mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 00:50:59 +02:00
Refined regexp to not check the path
This commit is contained in:
@@ -4,7 +4,7 @@ let lastHeadImg = null;
|
||||
|
||||
let notificationButton = null;
|
||||
|
||||
const regExpTempImage = /.*tmp.*.png/g;
|
||||
const regExpTempImage = /\/tmp.*\.png$/g;
|
||||
|
||||
onUiUpdate(function(){
|
||||
if(notificationButton == null){
|
||||
|
||||
Reference in New Issue
Block a user