mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Change preview title for spaces
This commit is contained in:
parent
f14c192231
commit
68c02da6c8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ ApplicationWindow {
|
|||
|
||||
required property RoomSummary summary
|
||||
|
||||
title: qsTr("Confirm room join")
|
||||
title: summary.isSpace ? qsTr("Confirm community join") : qsTr("Confirm room join")
|
||||
modality: Qt.WindowModal
|
||||
flags: Qt.Dialog | Qt.WindowCloseButtonHint | Qt.WindowTitleHint
|
||||
palette: Nheko.colors
|
||||
|
|
Loading…
Reference in a new issue