fUCK typo

This commit is contained in:
vaxerski 2022-03-08 15:15:42 +01:00
parent 5d69be9a98
commit 89024158a1
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ void parseLine(std::string& line) {
if (COMMAND == "module" && ConfigManager::currentCategory == "bar") {
if (g_pWindowManager->statusBar)
parseModule(COMMAND, VALUE);gi
parseModule(COMMAND, VALUE);
return;
}