Merge pull request #725 from amnezia-vpn/bugfix/server-header-on-page-home

fixed the display of server name on the home page
This commit is contained in:
pokamest 2024-04-04 03:31:10 -07:00 committed by GitHub
commit 86367a1276
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ PageType {
Header1TextType {
id: collapsedButtonHeader
Layout.maximumWidth: drawer.isCollapsed ? drawer.width - 48 - 18 - 12 : drawer.width// todo
Layout.maximumWidth: drawer.width - 48 - 18 - 12
maximumLineCount: 2
elide: Qt.ElideRight