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