diff options
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r-- | src/gui/theme.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp index 5935442c0..aa0b87bcb 100644 --- a/src/gui/theme.cpp +++ b/src/gui/theme.cpp @@ -959,6 +959,8 @@ static int readColorType(const std::string &type) "MP_BAR_OUTLINE" "NO_MP_BAR", "NO_MP_BAR_OUTLINE" + "XP_BAR", + "XP_BAR_OUTLINE" }; if (type.empty()) |