ui: Little adjustments
This commit is contained in:
parent
1a1f6dde83
commit
d4e924b258
3 changed files with 5 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue