diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2022-10-30 13:19:43 -0700 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2022-10-30 13:19:43 -0700 |
| commit | 7cc8e37aeec54beffd6f2792455bcd68e28a4cfd (patch) | |
| tree | 672a872717b9e4ce009f61cd6efd13b0ec351d27 /Source/Core | |
| parent | 969309c45732961f709ac0870252760a58b04a42 (diff) | |
MacUpdater: test that os version check is working
Adds a key to Info.plist with default value to test
Updater - this commit is intended to be reverted
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/Info.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt/Info.plist.in b/Source/Core/DolphinQt/Info.plist.in index 2f5a108cb3..8fafbfba1f 100644 --- a/Source/Core/DolphinQt/Info.plist.in +++ b/Source/Core/DolphinQt/Info.plist.in @@ -53,5 +53,7 @@ <true/> <key>CSResourcesFileMapped</key> <true/> + <key>UIUserInterfaceStyle</key> + <string>Automatic</string> </dict> </plist> |
