Renamed not-running-bide to hide-not-running

This commit is contained in:
Erik Reider
2022-05-21 12:02:35 +02:00
parent 3411236697
commit 8d4c7176f8
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ class Gamemode : public AModule {
std::string format_alt = DEFAULT_FORMAT_ALT;
std::string glyph = DEFAULT_GLYPH;
bool tooltip = true;
bool notRunningHide = true;
bool hideNotRunning = true;
bool useIcon = true;
uint iconSize = 20;
uint iconSpacing = 4;