mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Set android mode on android os platforms
This commit is contained in:
parent
bbd139ae0e
commit
404469b0a7
@ -10,7 +10,7 @@ Rectangle
|
||||
property int buttonWidth: 40
|
||||
property TextArea textArea
|
||||
|
||||
property bool androidMode: true // On Desktop appears on top of text field, instead appears in place of virtual keyboard (under text field)
|
||||
property bool androidMode: Qt.platform.os === "android" // On Desktop appears on top of text field, instead appears in place of virtual keyboard (under text field)
|
||||
|
||||
|
||||
property var rootFontName: theme.emojiFontName
|
||||
|
Loading…
Reference in New Issue
Block a user