mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 18:42:20 -04:00
Set android mode on android os platforms
This commit is contained in:
parent
bbd139ae0e
commit
404469b0a7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue