diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-04 15:49:43 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2026-02-04 15:49:43 +0100 |
| commit | e8f49da15071be2b17982f7f483abae197509f45 (patch) | |
| tree | d1061b98693792ca517341a9c1698c6f2a7c82ff /EncryptionPopup.qml | |
| parent | 23cc4be5bc02328fe73ccbd67493dd71ef2e2b8f (diff) | |
| download | yachat6-e8f49da15071be2b17982f7f483abae197509f45.tar.gz | |
Implement out messages
Diffstat (limited to 'EncryptionPopup.qml')
| -rw-r--r-- | EncryptionPopup.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/EncryptionPopup.qml b/EncryptionPopup.qml index effaf4e..1598f98 100644 --- a/EncryptionPopup.qml +++ b/EncryptionPopup.qml @@ -18,6 +18,7 @@ Popup ComboBox { + id: enccombo model: ListModel { ListElement |
