2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Support auto-night mode on macOS.

This commit is contained in:
John Preston
2020-07-23 12:30:20 +04:00
parent 8c4e8212cd
commit 25d69434ec
5 changed files with 23 additions and 19 deletions

View File

@@ -18,9 +18,7 @@ namespace Platform {
void RemoveQuarantine(const QString &path);
inline std::optional<bool> IsDarkMode() {
return std::nullopt;
}
[[nodiscard]] bool IsDarkMenuBar();
inline void FallbackFontConfigCheckBegin() {
}