feat: timer widget with countdown, stopwatch and alarm
This commit is contained in:
@@ -108,6 +108,8 @@ FocusScope {
|
||||
return audioWidgetComponent;
|
||||
case "apps":
|
||||
return appsWidgetComponent;
|
||||
case "timer":
|
||||
return timerWidgetComponent;
|
||||
case "capture":
|
||||
return captureWidgetComponent;
|
||||
case "media":
|
||||
@@ -140,6 +142,14 @@ FocusScope {
|
||||
AppMixer {}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: timerWidgetComponent
|
||||
|
||||
TimerWidget {
|
||||
service: root.daemon ? root.daemon.timerService : null
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: captureWidgetComponent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user