treewide: hyprland.org -> hypr.land

This commit is contained in:
Mihai Fufezan
2025-06-20 01:45:06 +03:00
parent ff2f85641a
commit a301d54df8
10 changed files with 39 additions and 39 deletions

View File

@@ -853,7 +853,7 @@ CConfigManager::CConfigManager() {
Debug::log(
INFO,
"!!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: "
"https://wiki.hyprland.org/Configuring/Variables/#debug");
"https://wiki.hypr.land/Configuring/Variables/#debug");
}
Debug::m_disableLogs = reinterpret_cast<int64_t* const*>(m_config->getConfigValuePtr("debug:disable_logs")->getDataStaticPtr());