Skip to content

Conversation

@defaultUser822
Copy link

No description provided.

@fredcw
Copy link
Contributor

fredcw commented Dec 4, 2025

I haven't tested but looks OK.

@defaultUser822
Copy link
Author

defaultUser822 commented Dec 4, 2025

I haven't tested but looks OK.

I did test it, and it was a bit of a pain to change the time back and forth. But it works. I will start testing on my machine as I do on a day to day basis. Just for to be very sure.

@defaultUser822
Copy link
Author

Update: Works just as intended

Comment on lines +311 to +313
if (diffMinutes == extraReminderTime && extraReminderTime > 0) {
Main.notify(_(extraReminderTime + " Minutes untill " + this._timeNames[nearestPrayerId]));
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things here:

  • This string should be translatable since it is user facing.
  • How does this condition work if the machine goes to hibernate? Will it send on resume if the limit hits during that time? Should it?
  • Later in this file, some whitespace was modified that can probably be reverted while making other changes in this file. Please try to be mindful.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants