We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87154ad commit 3ae720eCopy full SHA for 3ae720e
components/logic.ahk
@@ -458,6 +458,8 @@ setQuickClip(place, dataToUse = false) {
458
}
459
setQuickClipRunning := true
460
461
+ ; Making sure, the clip is loaded
462
+ changeClip("", true, false)
463
464
if (!hasClipFiles() && dataToUse == false) {
465
ToolTip % errorCantSetQSlot . " (" . getQuickClipCurrentSlotString(place) . ")`n" . errorNoClipHistory
0 commit comments