Skip to content

Commit dd4a84b

Browse files
committed
Fixed: Breaking hotkeys on no history message
1 parent 68196b5 commit dd4a84b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/logic.ahk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ changeClip(place = "", force = false, showPreview = true){
204204

205205
if( !hasClipFiles() ){
206206
ToolTip, %errorNoClipHistory%
207+
208+
changeClipRunning := false
207209
return
208210
}
209211

@@ -422,6 +424,8 @@ setQuickClip(place, dataToUse = false){
422424

423425
if(!hasClipFiles() && dataToUse == false){
424426
ToolTip, %errorCantSetQSlot% %place%`n%errorNoClipHistory%
427+
428+
setQuickClipRunning := false
425429
return
426430
}
427431

0 commit comments

Comments
 (0)