Disable AddChat pages content while offline

This commit is contained in:
miruka 2020-07-10 13:07:15 -04:00
parent 9caaf41eae
commit 70351fb16f
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
HFlickableColumnPage {
id: page
enabled: account.presence !== "offline"
property string userId

View File

@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
HFlickableColumnPage {
id: page
enabled: account.presence !== "offline"
property string userId

View File

@ -8,6 +8,7 @@ import "../../Base/ButtonLayout"
HFlickableColumnPage {
id: page
enabled: account.presence !== "offline"
property string userId