diff options
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 {} } } } |