mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Fix bug.
This commit is contained in:
parent
a2144688cb
commit
8f9beed6f8
1 changed files with 2 additions and 2 deletions
|
|
@ -133,6 +133,6 @@ public class MainWindow : Window, IDisposable
|
|||
|
||||
private static string GetLabel()
|
||||
=> Glamourer.Version.Length == 0
|
||||
? "Glamourer###GlamourerMainWindow"
|
||||
: $"Glamourer v{Glamourer.Version}###GlamourerMainWindow";
|
||||
? "Glamourer 2099###GlamourerMainWindow"
|
||||
: $"Glamourer 2099 v{Glamourer.Version}###GlamourerMainWindow";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue