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')