Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bart Ribbers
Plasma Bigscreen
Commits
84c271b7
Commit
84c271b7
authored
Mar 27, 2020
by
Marco Martin
Browse files
remove mycroft import from main.qml
parent
adcfe290
Changes
2
Hide whitespace changes
Inline
Side-by-side
containments/homescreen/package/contents/ui/MycroftWindow.qml
View file @
84c271b7
...
...
@@ -31,6 +31,8 @@ Window {
width
:
screen
.
availableGeometry
.
width
height
:
screen
.
availableGeometry
.
height
Component.onCompleted
:
Mycroft
.
MycroftController
.
start
()
Timer
{
interval
:
10000
running
:
Mycroft
.
MycroftController
.
status
!=
Mycroft
.
MycroftController
.
Open
...
...
containments/homescreen/package/contents/ui/main.qml
View file @
84c271b7
...
...
@@ -26,7 +26,6 @@ import org.kde.plasma.plasmoid 2.0
import
org
.
kde
.
plasma
.
core
2.0
as
PlasmaCore
import
org
.
kde
.
kquickcontrolsaddons
2.0
import
org
.
kde
.
kirigami
2.5
as
Kirigami
import
Mycroft
1.0
as
Mycroft
import
"
launcher
"
import
"
indicators
"
as
Indicators
...
...
@@ -48,8 +47,6 @@ Item {
for
(
var
i
in
plasmoid
.
applets
)
{
root
.
addApplet
(
plasmoid
.
applets
[
i
],
-
1
,
-
1
)
}
Mycroft
.
MycroftController
.
start
();
}
function
addApplet
(
applet
,
x
,
y
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment