mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
cecfd7f8e8
Demo controls migrations to Qt6 POC for an application layout with isolated components Closes: #5902
9 lines
104 B
QML
9 lines
104 B
QML
import QtQml
|
|
import QtQuick
|
|
|
|
import Qt.labs.settings
|
|
|
|
Settings {
|
|
property bool quitOnClose: false
|
|
}
|