1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 17:22:08 -04:00

feat: Clipboard widget context quick menu

This commit is contained in:
purian23
2026-01-29 18:12:56 -05:00
parent c755a3719d
commit c371140a97
2 changed files with 283 additions and 0 deletions

View File

@@ -560,6 +560,7 @@ Item {
axis: barWindow.axis
section: topBarContent.getWidgetSection(parent)
parentScreen: barWindow.screen
clipboardHistoryModal: PopoutService.clipboardHistoryModal
onClicked: {
clipboardHistoryModalPopup.toggle();
}