File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,8 @@ load_Settings(all=false){
303
303
; v12+
304
304
tempVar := ini_read(" Advanced" , " WinForPasteMode" )
305
305
manageWinPasteMode(tempVar ? 1 : 0 , 0 )
306
+ ; v12.5
307
+ ini_monitorClipboard := ini_read(" Main" , " monitorClipboard" )
306
308
}
307
309
308
310
}
@@ -447,6 +449,7 @@ save_Default(full=1){
447
449
ini_write(" Advanced" , " WinForPasteMode" , 0 )
448
450
; v12.3+
449
451
ini_write(" Main" , " winClipjump" , 0 )
452
+ ini_write(" Main" , " monitorClipboard" , 1 )
450
453
451
454
; DELETE KEYS removed v10.7.2.6
452
455
Ini_delete(" Advanced" , " Start_with_formatting" )
@@ -511,6 +514,7 @@ validate_Settings()
511
514
ini_startSearch := ini_startSearch ? 1 : 0
512
515
ini_revFormat2def := ini_revFormat2def ? 1 : 0
513
516
ini_winClipjump := (ini_winClipjump==1 ) ? 1 : 0
517
+ ini_monitorClipboard := (ini_monitorClipboard==0 ) ? 0 : 1
514
518
515
519
if ! ini_DaysToStore
516
520
{
You can’t perform that action at this time.
0 commit comments