Dark theme by default should be disabled.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2018-10-29 19:39:14 +02:00
parent 8a1eaa7292
commit b01305b92f

View File

@ -517,7 +517,7 @@ void VCommonSettings::SetToolBarStyle(const bool &value)
//---------------------------------------------------------------------------------------------------------------------
bool VCommonSettings::GetDarkMode() const
{
return value(*settingConfigurationDarkMode, 1).toBool();
return value(*settingConfigurationDarkMode, 0).toBool();
}
//---------------------------------------------------------------------------------------------------------------------