Bump theme xml version from 6 to 7.

This commit is contained in:
Sophia Hadash 2021-08-22 17:52:02 +02:00 committed by SophiaHadash
parent 5851ab054f
commit 20704446ec

View file

@ -226,7 +226,7 @@ std::map<std::string, std::map<std::string, ThemeData::ElementPropertyType>> The
{"zIndex", FLOAT}}}};
#define MINIMUM_THEME_FORMAT_VERSION 3
#define CURRENT_THEME_FORMAT_VERSION 6
#define CURRENT_THEME_FORMAT_VERSION 7
// Helper.
unsigned int getHexColor(const std::string& str)