From 740ab0f2adecc53236644e816f6070f4ea9ad3c7 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Fri, 5 Apr 2024 14:06:56 +0200 Subject: [PATCH] qutebrowser: update photoprism bulkedit for dates --- .../qutebrowser/greasemonkey/photoprismbulkeditor.user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.local/share/qutebrowser/greasemonkey/photoprismbulkeditor.user.js b/.local/share/qutebrowser/greasemonkey/photoprismbulkeditor.user.js index 71384ee..14d3723 100644 --- a/.local/share/qutebrowser/greasemonkey/photoprismbulkeditor.user.js +++ b/.local/share/qutebrowser/greasemonkey/photoprismbulkeditor.user.js @@ -250,6 +250,9 @@ var checkExistTimer = setInterval(function () { if(bulkRunning) return + addCheckBoxIfMissing('day') + addCheckBoxIfMissing('month') + addCheckBoxIfMissing('year') addCheckBoxIfMissing('latitude') addCheckBoxIfMissing('longitude') addCheckBoxIfMissing('altitude')