mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Turn on only for Annoucements
This commit is contained in:
parent
4cee6b720a
commit
af9dc8acca
2 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,7 @@ Column {
|
|||
property var goFunction: null;
|
||||
property var http: null;
|
||||
|
||||
property bool autoScrollTimerEnabled;
|
||||
property bool autoScrollTimerEnabled: false;
|
||||
|
||||
HifiConstants { id: hifi }
|
||||
Component.onCompleted: suggestions.getFirstPage();
|
||||
|
|
|
@ -338,7 +338,6 @@ StackView {
|
|||
filter: addressLine.text;
|
||||
goFunction: goCard;
|
||||
http: http;
|
||||
autoScrollTimerEnabled: true;
|
||||
}
|
||||
Feed {
|
||||
id: snapshots;
|
||||
|
|
Loading…
Reference in a new issue