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