mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 20:56:39 +00:00
fix(chat): fix wrong copy-pasta
ChatColumnView: ReferenceError: chatLoader is not defined
This commit is contained in:
parent
d12eb552f1
commit
ddeda6c106
@ -171,7 +171,7 @@ Item {
|
|||||||
target: categoryChatLoader
|
target: categoryChatLoader
|
||||||
// First time this channel turns active, activate the Loader
|
// First time this channel turns active, activate the Loader
|
||||||
onIsActiveChannelChanged: {
|
onIsActiveChannelChanged: {
|
||||||
if (chatLoader.isActiveChannel) {
|
if (categoryChatLoader.isActiveChannel) {
|
||||||
categoryChatLoader.active = true
|
categoryChatLoader.active = true
|
||||||
loaderConnections.enabled = false
|
loaderConnections.enabled = false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user