diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index c69335a07..0d974209d 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -1051,7 +1051,8 @@ static int readProgressType(const std::string &type) "INVY_SLOTS", "WEIGHT", "JOB", - "UPDATE" + "UPDATE", + "MONEY", }; if (type.empty()) |