-
} tooltip="Restart" onClick={restart} />
-
:
}
- tooltip={running ? 'Pause' : 'Start'}
- onClick={toggleRunning}
- />
+
+ }
+ tooltip="Change Times"
+ onClick={() => setShowSetting(true)}
+ />
+
+
+
+
+
+
+
+
+ {completions[selectedTab] || 0} completed
+
+
+ }
+ smallIcon
+ tooltip="Restart"
+ onClick={restart}
+ />
+ : }
+ smallIcon
+ tooltip={running ? 'Pause' : 'Start'}
+ onClick={toggleRunning}
+ />
+
-