feature: use [$workspace] $repo_name ($repo_path) as main window's title (#818)

This commit is contained in:
leo 2024-12-16 15:47:33 +08:00
parent 5425fa64fe
commit f418b72c64
No known key found for this signature in database
2 changed files with 46 additions and 4 deletions

View file

@ -10,7 +10,7 @@
x:DataType="vm:Launcher"
x:Name="ThisControl"
Icon="/App.ico"
Title="SourceGit"
Title="{Binding Title}"
MinWidth="1024" MinHeight="600"
WindowStartupLocation="CenterScreen">
<Grid>