Skip to content

Commit 3ae720e

Browse files
committed
Fixed: Saving faulty quick clip right after startup
1 parent 87154ad commit 3ae720e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/logic.ahk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,8 @@ setQuickClip(place, dataToUse = false) {
458458
}
459459
setQuickClipRunning := true
460460

461+
; Making sure, the clip is loaded
462+
changeClip("", true, false)
461463

462464
if (!hasClipFiles() && dataToUse == false) {
463465
ToolTip % errorCantSetQSlot . " (" . getQuickClipCurrentSlotString(place) . ")`n" . errorNoClipHistory

0 commit comments

Comments
 (0)