diff options
author | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-08-12 06:10:18 -0700 |
---|---|---|
committer | Kyle Kienapfel <Docteh@users.noreply.github.com> | 2022-08-12 06:13:12 -0700 |
commit | d4b1095173cf32dbd9a890b066d991ca795abd80 (patch) | |
tree | 06b005be2ddeabe853ec098dabcd188b16eb78ed /src/yuzu/main.h | |
parent | cfbd70d03bebb34b09fef6508e4dc09f2edba38f (diff) |
review pass on CheckDarkMode function
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 2d1c8857b..0b25ebe6c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -348,6 +348,7 @@ private: void OpenURL(const QUrl& url); void LoadTranslation(); void OpenPerGameConfiguration(u64 title_id, const std::string& file_name); + bool CheckDarkMode(); QString GetTasStateDescription() const; @@ -395,7 +396,6 @@ private: QString startup_icon_theme; bool os_dark_mode = false; - bool check_dark_mode(); // FS std::shared_ptr<FileSys::VfsFilesystem> vfs; |