mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Qml app fix sidebar buttons hiding behaviour
This commit is contained in:
parent
1c698bff83
commit
2d00532e00
@ -153,7 +153,7 @@ Drawer
|
||||
|
||||
Component.onCompleted:
|
||||
{
|
||||
if (model.showOnOsAndroid && !Q_OS_ANDROID)
|
||||
if (!model.showOnOsAndroid && Q_OS_ANDROID)
|
||||
{
|
||||
menuItem.visible = false
|
||||
menuItem.height = 0
|
||||
@ -251,7 +251,8 @@ Drawer
|
||||
ListElement
|
||||
{
|
||||
title: "Options"
|
||||
showOnOsAndroid: false
|
||||
showOnCoreReady: true
|
||||
showOnOsAndroid: true
|
||||
icon: "/icons/options.svg"
|
||||
}
|
||||
ListElement
|
||||
|
Loading…
Reference in New Issue
Block a user