Skip to content

Commit

Permalink
Fix: Meldung zu "Anruf in Abwesenheit" erscheint jede Stunde
Browse files Browse the repository at this point in the history
  • Loading branch information
Janokisu committed Jan 18, 2022
1 parent b81250e commit b64e36b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ function prepareViewCallList(request){
if(GL_modi_check == false){
//GL_modi_check = true;
if(GL_verpa_anz == true && GL_modi > -1 && GL_modi < tmp){
GL_modi = tmp;
note( browser.i18n.getMessage("nicht_da") )
blink_missed("on");
}
Expand Down

0 comments on commit b64e36b

Please sign in to comment.