Further refined regexp pattern

This commit is contained in:
Thomas Young
2023-04-25 17:27:07 -05:00
parent 30f2d0b4ac
commit bf153900c3
+1 -1
View File
@@ -4,7 +4,7 @@ let lastHeadImg = null;
let notificationButton = null;
const regExpTempImage = /\/tmp.*\.png$/g;
const regExpTempImage = /(?<=\/|\\)tmp[\w\d]{8}\.png$/gm;
onUiUpdate(function(){
if(notificationButton == null){