utilities/record: hide sidebar as well
When hiding utilities
This commit is contained in:
parent
ab4817abf7
commit
98a5a62a82
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ ColumnLayout {
|
|||
type: IconButton.Text
|
||||
onClicked: {
|
||||
root.visibilities.utilities = false;
|
||||
root.visibilities.sidebar = false;
|
||||
Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.playback, recording.modelData.path]);
|
||||
}
|
||||
}
|
||||
|
|
@ -112,6 +113,7 @@ ColumnLayout {
|
|||
type: IconButton.Text
|
||||
onClicked: {
|
||||
root.visibilities.utilities = false;
|
||||
root.visibilities.sidebar = false;
|
||||
Quickshell.execDetached(["app2unit", "--", ...Config.general.apps.explorer, recording.modelData.path]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue