Skip to content

Commit 83bb03c

Browse files
committed
Reorder window title contents.
1 parent 7176a58 commit 83bb03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.gloa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2856,7 +2856,7 @@ export getOptimalBufferSize :: (system:System, moreExact=false) -> int {
28562856

28572857
export updateWindowTitle :: () {
28582858
local project = app.projects[app.currentProjectIndex]
2859-
LW.setTitle(format("%s%s - %s", (project.path ?: project.displayedName), (project.edited ? " •" : ""), WINDOW_TITLE))
2859+
LW.setTitle(format("%s - %s%s", WINDOW_TITLE, (project.path ?: project.displayedName), (project.edited ? " •" : "")))
28602860
}
28612861

28622862

0 commit comments

Comments
 (0)