Close Settings dialog when opening App settings

This commit is contained in:
redphx 2024-07-31 06:08:00 +07:00
parent ab91323abd
commit b49ee400f1

View File

@ -103,6 +103,7 @@ export class SettingsNavigationDialog extends NavigationDialog {
style: ButtonStyle.FULL_WIDTH | ButtonStyle.FOCUSABLE,
onClick: e => {
AppInterface.openAppSettings && AppInterface.openAppSettings();
this.hide();
},
}));
} else {