mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
chore(@desktop): odd warnings
This commit is contained in:
parent
7d5fac46f1
commit
62ef00ee60
@ -1,7 +1,6 @@
|
|||||||
import NimQml, json, sequtils, chronicles, strutils, strformat, tables
|
import NimQml, json, sequtils, chronicles, strutils, strformat, tables
|
||||||
import ../../../status/status
|
import ../../../status/status
|
||||||
import ../../../status/chat/chat
|
import ../../../status/chat/chat
|
||||||
import ./channels_list
|
|
||||||
import ./community_list
|
import ./community_list
|
||||||
import ./community_item
|
import ./community_item
|
||||||
import ./community_membership_request_list
|
import ./community_membership_request_list
|
||||||
|
@ -313,14 +313,13 @@ Item {
|
|||||||
visible: isBlocked
|
visible: isBlocked
|
||||||
color: Style.current.red
|
color: Style.current.red
|
||||||
opacity: 0.1
|
opacity: 0.1
|
||||||
}
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
id: blockedText
|
id: blockedText
|
||||||
anchors.centerIn: blockedBanner
|
anchors.centerIn: blockedBanner
|
||||||
visible: isBlocked
|
color: Style.current.red
|
||||||
color: Style.current.red
|
text: qsTr("Blocked")
|
||||||
text: qsTr("Blocked")
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StackLayout {
|
StackLayout {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user