Disable AddChat pages content while offline
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user