mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
Qt: Fix devbuild check
This commit is contained in:
@@ -164,7 +164,7 @@ void AutoUpdaterDialog::warnAboutUnofficialBuild()
|
||||
constexpr const char* CONFIG_SECTION = "UI";
|
||||
constexpr const char* CONFIG_KEY = "UnofficialBuildWarningConfirmed";
|
||||
if (
|
||||
#if defined(_WIN32) && !defined(__APPLE__)
|
||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
EmuFolders::AppRoot.starts_with("/home") && // Devbuilds should be in home directory.
|
||||
#endif
|
||||
Host::GetBaseBoolSettingValue(CONFIG_SECTION, CONFIG_KEY, false))
|
||||
|
||||
Reference in New Issue
Block a user