mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-30 00:24:59 +00:00
feature: use [$workspace] $repo_name ($repo_path)
as main window's title (#818)
This commit is contained in:
parent
5425fa64fe
commit
f418b72c64
2 changed files with 46 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue