Skip to content

Commit 1194021

Browse files
committed
fix
1 parent fee009c commit 1194021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8728,7 +8728,7 @@ background-image:url("'+ prefs.icons.magnifier +'");\
87288728
loadPrefs();
87298729

87308730
if(prefs.gallery.autoOpenSites && new RegExp(prefs.gallery.autoOpenSites).test(location.href)){
8731-
setTimeout(()=>{openGallery();},1000);
8731+
setTimeout(()=>{openGallery();},1500);
87328732
}
87338733

87348734
// 注册按键

0 commit comments

Comments
 (0)