mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Close Settings dialog when opening App settings
This commit is contained in:
parent
ab91323abd
commit
b49ee400f1
@ -103,6 +103,7 @@ export class SettingsNavigationDialog extends NavigationDialog {
|
||||
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||
onClick: e => {
|
||||
AppInterface.openAppSettings && AppInterface.openAppSettings();
|
||||
this.hide();
|
||||
},
|
||||
}));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user