Show scrollbars for a few seconds at first
Lets the user know that there's content to scroll.
This commit is contained in:
@@ -128,9 +128,7 @@ HBox {
|
||||
text.toLowerCase().trim().replace(/\/+$/, "")
|
||||
|
||||
inputMethodHints: Qt.ImhUrlCharactersOnly
|
||||
defaultText: window.getState(
|
||||
box, "acceptedUserUrl", "",
|
||||
)
|
||||
defaultText: window.getState(box, "acceptedUserUrl", "")
|
||||
placeholderText: "example.org"
|
||||
|
||||
onTextEdited: {
|
||||
|
Reference in New Issue
Block a user