Dark theme by default should be disabled.
--HG-- branch : develop
This commit is contained in:
parent
8a1eaa7292
commit
b01305b92f
|
@ -517,7 +517,7 @@ void VCommonSettings::SetToolBarStyle(const bool &value)
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
bool VCommonSettings::GetDarkMode() const
|
bool VCommonSettings::GetDarkMode() const
|
||||||
{
|
{
|
||||||
return value(*settingConfigurationDarkMode, 1).toBool();
|
return value(*settingConfigurationDarkMode, 0).toBool();
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user