Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed May 27, 2024
1 parent df8fa5b commit 711c063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ const buildMenu = ():Menu => {
const buildMain = (menu:Menu):void => {
/**
* Format a date object as YYYY-MM-DD-HH:MM:SS
* Adapted from:
* https://github.com/bobbyhadz/javascript-format-date-yyyy-mm-dd-hh-mm-ss
* @param date Date object to format
* @returns Formatted date as a string
*/
Expand Down

0 comments on commit 711c063

Please sign in to comment.