Mercurial > minori
comparison src/gui/dark_theme.cpp @ 62:4c6dd5999b39
*: update
1. updated animia
2. use widestrings for filesystem on Windows
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:16:06 -0400 |
parents | d0adc4aedfc8 |
children | 3d2decf093bb |
comparison
equal
deleted
inserted
replaced
61:327568ad9be9 | 62:4c6dd5999b39 |
---|---|
65 #if MACOSX | 65 #if MACOSX |
66 if (osx::DarkThemeAvailable()) | 66 if (osx::DarkThemeAvailable()) |
67 osx::SetToLightTheme(); | 67 osx::SetToLightTheme(); |
68 else | 68 else |
69 #endif | 69 #endif |
70 SetStyleSheet(Themes::LIGHT); | 70 SetStyleSheet(Themes::LIGHT); |
71 } | 71 } |
72 | 72 |
73 enum Themes GetCurrentOSTheme() { | 73 enum Themes GetCurrentOSTheme() { |
74 #if MACOSX | 74 #if MACOSX |
75 if (osx::DarkThemeAvailable()) | 75 if (osx::DarkThemeAvailable()) |