diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-14 17:31:01 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-14 17:31:01 +1000 |
| commit | 281b04b6d99c060571788478dd3679f1c1dc5cd8 (patch) | |
| tree | 7bc7b07e80cb3fe946f7ff3cc9ca934c5c8f843c /modules/utilities/Wrapper.qml | |
| parent | utilities: add recording control (diff) | |
| download | caelestia-shell-281b04b6d99c060571788478dd3679f1c1dc5cd8.tar.gz caelestia-shell-281b04b6d99c060571788478dd3679f1c1dc5cd8.tar.bz2 caelestia-shell-281b04b6d99c060571788478dd3679f1c1dc5cd8.zip | |
utilities: add recording delete confirmation
Diffstat (limited to 'modules/utilities/Wrapper.qml')
| -rw-r--r-- | modules/utilities/Wrapper.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/utilities/Wrapper.qml b/modules/utilities/Wrapper.qml index 4de4014..137f0ce 100644 --- a/modules/utilities/Wrapper.qml +++ b/modules/utilities/Wrapper.qml @@ -11,6 +11,7 @@ Item { required property var visibilities readonly property PersistentProperties props: PersistentProperties { property bool recordingListExpanded: false + property string recordingConfirmDelete reloadableId: "utilities" } |