diff options
author | Zach Hilman <zachhilman@gmail.com> | 2018-12-25 10:42:02 -0500 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2018-12-25 10:42:14 -0500 |
commit | 4d61ac08aa0a5a65512f92a52b7a986080b20f74 (patch) | |
tree | fa9f7af5b309cb4c1839eaa6648450cf782d6e60 /src/yuzu/configuration/configure_general.ui | |
parent | 9a22a94a510e6f537b5156a960f0d49307089668 (diff) |
qt: Add setting to prompt for user on game boot
Using the QtProfileSelectorDialog, this implementation is trivial. This mimics the real switch behavior of asking which user on every game boot, but it is default disabled as that might get inconvenient.
Diffstat (limited to 'src/yuzu/configuration/configure_general.ui')
-rw-r--r-- | src/yuzu/configuration/configure_general.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_general.ui b/src/yuzu/configuration/configure_general.ui index bf37446c6..dff0ad5d0 100644 --- a/src/yuzu/configuration/configure_general.ui +++ b/src/yuzu/configuration/configure_general.ui @@ -38,6 +38,13 @@ </property> </widget> </item> + <item> + <widget class="QCheckBox" name="toggle_user_on_boot"> + <property name="text"> + <string>Prompt for user on game boot</string> + </property> + </widget> + </item> </layout> </item> </layout> |