Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Elisa
Commits
5a27f90d
Commit
5a27f90d
authored
Nov 30, 2021
by
Bharadwaj Raju
📚
Committed by
Nate Graham
Nov 30, 2021
Browse files
Show track name in window title
parent
e611380b
Pipeline
#103496
passed with stage
in 4 minutes and 3 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
src/qml/ElisaMainWindow.qml
View file @
5a27f90d
...
...
@@ -53,7 +53,7 @@ Kirigami.ApplicationWindow {
width
:
persistentSettings
.
width
height
:
persistentSettings
.
height
title
:
i18n
(
"
Elisa
"
)
title
:
ElisaApplication
.
manageHeaderBar
.
title
?
i18nc
(
"
Window title
"
,
"
%1 — Elisa
"
,
ElisaApplication
.
manageHeaderBar
.
title
)
:
i18nc
(
"
Window title
"
,
"
Elisa
"
)
Accessible.role
:
Accessible
.
Application
Accessible.name
:
title
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment