Skip to content

Commit

Permalink
squash notification checker diff
Browse files Browse the repository at this point in the history
  • Loading branch information
simlei committed Jan 17, 2023
1 parent baf47fa commit def5880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public static Optional<Notification> retrieveNotification(String id, String chan
return Optional.of( new Notification(id, channel, enContent, deContent, fallbackContent, false) );
}
public void notificationChecker() {
// var version = System.getProperty("")
if(true) return; // TODO: disable
var v1 = Platform.getProduct().getDefiningBundle().getVersion();
var locale = Locale.getDefault().getLanguage();
System.out.println(String.format("DBG: v1=%s, locale=%s", v1, locale));
Expand Down

0 comments on commit def5880

Please # to comment.