1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-04 12:38:31 -04:00

feat(Notepad): add notepad desktop entry & IPC commands file handling

This commit is contained in:
purian23
2026-07-04 16:10:56 -04:00
parent bfda5f2d66
commit 81a4d3b4e0
23 changed files with 129 additions and 1 deletions
+2
View File
@@ -31,6 +31,7 @@ PanelWindow {
property Component content: null
property string title: ""
property alias container: contentContainer
property alias loadedItem: contentLoader.item
property real customTransparency: -1
property bool mappedVisible: false
signal aboutToHide
@@ -259,6 +260,7 @@ PanelWindow {
anchors.bottomMargin: Theme.spacingL
Loader {
id: contentLoader
anchors.fill: parent
sourceComponent: root.content
}