mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57: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,
|
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
|
||||||
onClick: e => {
|
onClick: e => {
|
||||||
AppInterface.openAppSettings && AppInterface.openAppSettings();
|
AppInterface.openAppSettings && AppInterface.openAppSettings();
|
||||||
|
this.hide();
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user