mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
notepad: use ref system for service
This commit is contained in:
@@ -28,6 +28,10 @@ Item {
|
||||
|
||||
signal hideRequested()
|
||||
|
||||
Ref {
|
||||
service: NotepadStorageService
|
||||
}
|
||||
|
||||
function hasUnsavedChanges() {
|
||||
return textEditor.hasUnsavedChanges()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user