summaryrefslogtreecommitdiff
path: root/src/mobile/qml/Main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mobile/qml/Main.qml')
-rw-r--r--src/mobile/qml/Main.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mobile/qml/Main.qml b/src/mobile/qml/Main.qml
index 6fc152d..2a156b9 100644
--- a/src/mobile/qml/Main.qml
+++ b/src/mobile/qml/Main.qml
@@ -161,11 +161,7 @@ Rectangle {
// then to true on start up causing a cascade misbehaviour, the workaround
// is to set the state of the root element on Component.onCompleted.
// state: "favorites"
- Component.onCompleted: {
- state = "favorites";
- if (!BookmarkModel.count)
- urlInputPanel.showForNewTab();
- }
+ Component.onCompleted: state = "favorites"
states: [
State {