better support for opening chat in floating window
This commit is contained in:
@@ -31,7 +31,7 @@ Singleton {
|
||||
minimumSize.height: Config.sidebar.sizes.width
|
||||
minimumSize.width: Config.sidebar.sizes.width
|
||||
surfaceFormat.opaque: false
|
||||
title: qsTr("ZShell - Chat")
|
||||
title: qsTr("ZShell - %1").arg(ChatState.title)
|
||||
|
||||
Component.onCompleted: ChatState.screen = screen
|
||||
onVisibleChanged: {
|
||||
@@ -41,7 +41,7 @@ Singleton {
|
||||
}
|
||||
}
|
||||
|
||||
ChatPanel {
|
||||
SidebarView {
|
||||
id: chat
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
Reference in New Issue
Block a user