mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-21 18:52: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
|
||||
system("killall Hyprland");
|
||||
#else
|
||||
system("Implement me!");
|
||||
LOG("Implement me!");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue