mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
17 lines
229 B
QML
17 lines
229 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...")
|
|
padding: 40
|
|
footer: null
|
|
|
|
SyncingCodeInstructions {
|
|
}
|
|
}
|