mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +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
|
||||
// First time this channel turns active, activate the Loader
|
||||
onIsActiveChannelChanged: {
|
||||
if (chatLoader.isActiveChannel) {
|
||||
if (categoryChatLoader.isActiveChannel) {
|
||||
categoryChatLoader.active = true
|
||||
loaderConnections.enabled = false
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user