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:
@@ -53,7 +53,12 @@ FloatingWindow {
|
||||
}
|
||||
|
||||
function show() {
|
||||
currentPage = 0;
|
||||
currentPage = FirstLaunchService.requestedStartPage || 0;
|
||||
visible = true;
|
||||
}
|
||||
|
||||
function showAtPage(page) {
|
||||
currentPage = page;
|
||||
visible = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user