1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

refactor(Notepad): Streamline hide behavior & auto-save function

This commit is contained in:
purian23
2026-03-17 23:23:17 -04:00
parent 9070903512
commit 347f06b758
4 changed files with 18 additions and 5 deletions

View File

@@ -798,9 +798,8 @@ Item {
content: Component {
Notepad {
onHideRequested: {
notepadSlideout.hide();
}
slideout: notepadSlideout
onHideRequested: notepadSlideout.hide()
}
}