core: qtutils -> guiutils (#12231)

* core: qtutils -> guiutils

* nix: qtutils -> guiutils

* flake.lock: update

---------

Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
Vaxry 2025-11-07 15:48:13 +00:00 committed by GitHub
parent 3fc8cb828c
commit 061981201d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 138 additions and 91 deletions

View file

@ -1310,8 +1310,8 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
.data = SConfigOptionDescription::SBoolData{false},
},
SConfigOptionDescription{
.value = "misc:disable_hyprland_qtutils_check",
.description = "disable the warning if hyprland-qtutils is missing",
.value = "misc:disable_hyprland_guiutils_check",
.description = "disable the warning if hyprland-guiutils is missing",
.type = CONFIG_OPTION_BOOL,
.data = SConfigOptionDescription::SBoolData{false},
},