LogDoctor/logdoctor/globals/global_configs.cpp

15 lines
265 B
C++

#include "global_configs.h"
namespace GlobalConfigs
{
WindowTheme window_theme = WindowTheme::Native;
IconsTheme icons_theme = IconsTheme::Auto;
ChartsTheme charts_theme = ChartsTheme::Light;
QString icons_set = "light_native";
} // namespace GlobalConfigs