LogDoctor/logdoctor/globals/global_configs.cpp

15 lines
265 B
C++
Raw Normal View History

#include "global_configs.h"
2024-02-03 17:54:53 +01:00
namespace GlobalConfigs
{
WindowTheme window_theme = WindowTheme::Native;
IconsTheme icons_theme = IconsTheme::Auto;
ChartsTheme charts_theme = ChartsTheme::Light;
QString icons_set = "light_native";
2024-02-03 17:54:53 +01:00
} // namespace GlobalConfigs