mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-01 12:10:33 +00:00
add icon mac
This commit is contained in:
parent
9a918a1de3
commit
52499c78dd
3 changed files with 1 additions and 1 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
electron/assets/icons/tray-ico@2.png
Normal file
BIN
electron/assets/icons/tray-ico@2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
|
|
@ -163,7 +163,7 @@ electron.ipcMain.on('CHANGED_CURRENT_TASK', (ev, task) => {
|
|||
|
||||
if (task.timeSpent && task.timeSpent._data) {
|
||||
task.timeSpent = moment.duration(task.timeSpent._data);
|
||||
timeStr += task.timeSpent.asMinutes().toString() + 'm';
|
||||
timeStr += parseInt(task.timeSpent.asMinutes()).toString() + 'm';
|
||||
}
|
||||
if (task.timeEstimate) {
|
||||
timeStr += '/' + moment.duration(task.timeEstimate).asMinutes() + 'm ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue