mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
621090174a
- integrate it into Settings/Syncing - simplify the GetSyncCodeInstruction structure
18 lines
263 B
QML
18 lines
263 B
QML
import QtQuick 2.14
|
|
|
|
import StatusQ.Popups.Dialog 0.1
|
|
|
|
import shared.views 1.0
|
|
|
|
StatusDialog {
|
|
id: root
|
|
|
|
title: qsTr("How to get a sync code on...")
|
|
horizontalPadding: 24
|
|
verticalPadding: 32
|
|
footer: null
|
|
|
|
SyncingCodeInstructions {
|
|
}
|
|
}
|