File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -564,7 +564,9 @@ deleteQuickClip(place) {
564564 if (quickClipExists(place)) {
565565 FileDelete , % quickClipLogDir . getCurrentCustomQuickClipBase() . place . " .*"
566566
567- ToolTip % notifyDelQSlot . " " . getQuickClipCurrentSlotString(place)
567+ ToolTip % notifyDelQSlot . " : " . getQuickClipCurrentSlotString(place)
568+ } else {
569+ ToolTip % notifyNoDelQSlot . " : " . getQuickClipCurrentSlotString(place)
568570 }
569571
570572
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ SetupClipLogFinalValues:
9090 warningBinClipType := " The clip is of an unknown binary type / clipboard format`nIt may not display correctly"
9191
9292 notifyDelQSlot := " Deleted quick slot"
93+ notifyNoDelQSlot := " Nothing to delete at quick slot"
9394 notifySavedQSlot := " Clip saved to quick slot"
9495 notifySavedHSlot := " Clip saved to the history"
9596
You can’t perform that action at this time.
0 commit comments