1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-13 06:33:30 -04:00

Add split save menu for clipboard editor

This commit is contained in:
Nachum Barcohen
2026-03-01 00:42:55 +02:00
committed by purian23
parent afb5e59c29
commit 584d57a8de
2 changed files with 270 additions and 14 deletions
+11
View File
@@ -240,6 +240,17 @@ Singleton {
});
}
function pasteClipboard(closeCallback) {
if (!wtypeAvailable) {
ToastService.showError(I18n.tr("wtype not available - install wtype for paste support"));
return;
}
if (closeCallback) {
closeCallback();
}
pasteTimer.start();
}
function pasteEntry(entry, closeCallback) {
if (!wtypeAvailable) {
ToastService.showError(I18n.tr("wtype not available - install wtype for paste support"));