summaryrefslogtreecommitdiff
path: root/gui/qml/main.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-08-05 19:01:12 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-08 19:58:23 +0200
commitfb89df3ee609e9f3e63e0679b3635516603092b5 (patch)
treef84e171c965c46ec7fc675abbc07217774f26506 /gui/qml/main.qml
parent5dbb2dc4b587d825bcc58ca10c1b18d754f725e5 (diff)
[feat] load provider json in qml
Diffstat (limited to 'gui/qml/main.qml')
-rw-r--r--gui/qml/main.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/qml/main.qml b/gui/qml/main.qml
index 9f8bea3..da6b9ee 100644
--- a/gui/qml/main.qml
+++ b/gui/qml/main.qml
@@ -56,6 +56,9 @@ ApplicationWindow {
Loaders as a placeholder for all the many dialogs, or to load
a nice splash screen etc... */
+ console.debug("Pre-seeded providers:");
+ console.debug(providers.getJson());
+
app.visible = true;
show();
hide();