mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Switch ExitWM error to LOG
Why was it system in the first place?
This commit is contained in:
parent
07b2d5e35d
commit
8b20500b3e
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ namespace System
|
||||||
#ifdef HAS_HYPRLAND
|
#ifdef HAS_HYPRLAND
|
||||||
system("killall Hyprland");
|
system("killall Hyprland");
|
||||||
#else
|
#else
|
||||||
system("Implement me!");
|
LOG("Implement me!");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue