Skip to content

Commit

Permalink
fix #124,use n-dash to seperate appname and title
Browse files Browse the repository at this point in the history
  • Loading branch information
psifidotos committed Feb 12, 2022
1 parent 093516c commit 45a5d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/ui/TitleLayout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ GridLayout{

if (plasmoid.configuration.style === 2 || plasmoid.configuration.style === 3){ /*ApplicationTitle*/ /*OR*/ /*TitleApplication*/
if (activeTaskItem.appName !== activeTaskItem.title && activeTaskItem.appName !== "" && activeTaskItem.title !== "") {
return " - ";
return " ";
}
}

Expand Down

0 comments on commit 45a5d75

Please sign in to comment.