1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 22:42:50 -05:00

welcome: add IPC targets and button on about page

This commit is contained in:
bbedward
2026-01-04 21:45:02 -05:00
parent d23fc9f2df
commit 145a974b6d
5 changed files with 102 additions and 2 deletions

View File

@@ -53,7 +53,12 @@ FloatingWindow {
}
function show() {
currentPage = 0;
currentPage = FirstLaunchService.requestedStartPage || 0;
visible = true;
}
function showAtPage(page) {
currentPage = page;
visible = true;
}