Skip to content
Snippets Groups Projects
Commit d959254f authored by Raul Radu's avatar Raul Radu Committed by Davide Mor
Browse files

[Themes] Added themes selector to context menu

parent 554a36fd
Branches
Tags
1 merge request!27[Themes] Implemented whitemode and theming
...@@ -38,6 +38,8 @@ static const QString defaultPrefabsFolder = ...@@ -38,6 +38,8 @@ static const QString defaultPrefabsFolder =
static const QString defaultConfigurationFileName = "default.xml"; static const QString defaultConfigurationFileName = "default.xml";
static const QString defaultConfigurationIconPath = static const QString defaultConfigurationIconPath =
defaultConfigurationFolder + "/" + "defaultConfigIcon.svg"; defaultConfigurationFolder + "/" + "defaultConfigIcon.svg";
static const QString defaultThemesFolderPath =
defaultConfigurationFolder + "/" + "Themes";
// Xml Tags Name // Xml Tags Name
static const QString skywardHubInitFileTag = "LoadOnLaunch"; static const QString skywardHubInitFileTag = "LoadOnLaunch";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment