summaryrefslogtreecommitdiffstats
path: root/app/Settings.qml
diff options
context:
space:
mode:
authorRaquel Medina <raquel.medina@konsulko.com>2019-12-03 23:36:35 +0100
committerRaquel Medina <raquel.medina@konsulko.com>2019-12-04 15:57:48 +0100
commit32872aa68ef8caa98ead052b91151fbed560e2bb (patch)
tree81d979036c5eba7ab9eb4ce46661d3cbe96d4189 /app/Settings.qml
parent7bba7c7f9fdffe977fef6714fd9c4ea9caae0a4e (diff)
voice: add voice agents settings pageicefish_8.99.2icefish/8.99.28.99.2
Bug-AGL: SPEC-2981 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: I8eb6ae44db10039197da406446b5057ae9cb3b50
Diffstat (limited to 'app/Settings.qml')
-rw-r--r--app/Settings.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Settings.qml b/app/Settings.qml
index 47d5eb2..2fc560c 100644
--- a/app/Settings.qml
+++ b/app/Settings.qml
@@ -23,6 +23,7 @@ import 'bluetooth'
import 'wifi'
import 'wired'
import 'version'
+import 'voice'
ApplicationWindow {
id: root
@@ -73,6 +74,8 @@ ApplicationWindow {
Wired {}
Version {}
+
+ Voice {}
}
}
}