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 ../../../status/status
|
||||
import ../../../status/chat/chat
|
||||
import ./channels_list
|
||||
import ./community_list
|
||||
import ./community_item
|
||||
import ./community_membership_request_list
|
||||
|
|
|
@ -313,14 +313,13 @@ Item {
|
|||
visible: isBlocked
|
||||
color: Style.current.red
|
||||
opacity: 0.1
|
||||
}
|
||||
|
||||
Text {
|
||||
id: blockedText
|
||||
anchors.centerIn: blockedBanner
|
||||
visible: isBlocked
|
||||
color: Style.current.red
|
||||
text: qsTr("Blocked")
|
||||
Text {
|
||||
id: blockedText
|
||||
anchors.centerIn: blockedBanner
|
||||
color: Style.current.red
|
||||
text: qsTr("Blocked")
|
||||
}
|
||||
}
|
||||
|
||||
StackLayout {
|
||||
|
|
Loading…
Reference in New Issue