mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-22 21:35:58 +01:00
fUCK typo
This commit is contained in:
parent
5d69be9a98
commit
89024158a1
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ void parseLine(std::string& line) {
|
||||||
|
|
||||||
if (COMMAND == "module" && ConfigManager::currentCategory == "bar") {
|
if (COMMAND == "module" && ConfigManager::currentCategory == "bar") {
|
||||||
if (g_pWindowManager->statusBar)
|
if (g_pWindowManager->statusBar)
|
||||||
parseModule(COMMAND, VALUE);gi
|
parseModule(COMMAND, VALUE);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue