mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
- renamed old PageStart to PageSetupWizardStart - added various text types - moved servers model to "global" scope
8 lines
112 B
QML
8 lines
112 B
QML
import QtQuick
|
|
import QtQuick.Controls
|
|
|
|
StackView {
|
|
id: stackView
|
|
initialItem: "PageSetupWizardStart"
|
|
}
|