More work on theming

This commit is contained in:
Nayla Hanegan 2024-05-22 23:11:11 -04:00
commit cc775770bf
6 changed files with 174 additions and 6 deletions

View file

@ -78,6 +78,10 @@ public:
const std::string& movie_path);
~MainWindow();
#ifdef _WIN32
bool IsWindows10OrLower();
#endif
void Show();
WindowSystemInfo GetWindowSystemInfo() const;