mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
review pass on CheckDarkMode function
This commit is contained in:
parent
4f2e150dd4
commit
35170f8ab9
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue