Disable AddChat pages content while offline
This commit is contained in:
parent
9caaf41eae
commit
70351fb16f
|
@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
|
|||
|
||||
HFlickableColumnPage {
|
||||
id: page
|
||||
enabled: account.presence !== "offline"
|
||||
|
||||
|
||||
property string userId
|
||||
|
|
|
@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
|
|||
|
||||
HFlickableColumnPage {
|
||||
id: page
|
||||
enabled: account.presence !== "offline"
|
||||
|
||||
|
||||
property string userId
|
||||
|
|
|
@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
|
|||
|
||||
HFlickableColumnPage {
|
||||
id: page
|
||||
enabled: account.presence !== "offline"
|
||||
|
||||
|
||||
property string userId
|
||||
|
|
Loading…
Reference in New Issue
Block a user