aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/main.qml')
-rw-r--r--homescreen/qml/main.qml8
1 files changed, 2 insertions, 6 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 164cbf7..24ee262 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -136,18 +136,14 @@ Window {
container.state = 'fullscreen'
touchArea.switchArea(1)
homescreenHandler.tapShortcut(appName, true)
- if (appName === 'navigation' || appName === 'browser') {
- container.opacity = 0.0
- }
+ container.opacity = 0.0
} else {
image.source = './images/normal.png'
btnState = 'normal'
container.state = 'normal'
touchArea.switchArea(0)
homescreenHandler.tapShortcut(appName, false)
- if (appName === 'navigation' || appName === 'browser') {
- container.opacity = 1.0
- }
+ container.opacity = 1.0
}
}
}