ui: Little adjustments

This commit is contained in:
Alexey 2026-04-08 14:32:38 +03:00
commit d4e924b258
3 changed files with 5 additions and 1 deletions

View file

@ -35,6 +35,7 @@ export component RecordWidget inherits VerticalLayout {
text: in-progress ? "Stop" : "Start";
row: 1;
colspan: 2;
primary: true;
clicked => {
if in-progress {
root.stop-event();