diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-12-03 23:36:35 +0100 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-20 17:50:36 +0000 |
commit | 5517a6540e5f5e37ea15b74d7ad9d41bf3ca3297 (patch) | |
tree | 81d979036c5eba7ab9eb4ce46661d3cbe96d4189 /app/Settings.qml | |
parent | 0a12218c21b31a870e0cb2cd8a4d5b0d6924e119 (diff) |
voice: add voice agents settings page
Bug-AGL: SPEC-2981
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: I8eb6ae44db10039197da406446b5057ae9cb3b50
(cherry picked from commit 32872aa68ef8caa98ead052b91151fbed560e2bb)
Diffstat (limited to 'app/Settings.qml')
-rw-r--r-- | app/Settings.qml | 3 |
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 {} } } } |