File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,7 @@ public static class Constant
35
35
public const string DefaultTheme = "Darker" ;
36
36
37
37
public const string Themes = "Themes" ;
38
+
39
+ public const string Website = "https://flow-launcher.github.io" ;
38
40
}
39
41
}
Original file line number Diff line number Diff line change 429
429
<TextBlock Grid.Row=" 0" Grid.ColumnSpan=" 2" Text =" {Binding ActivatedTimes, Mode=OneWay}" FontSize =" 12" />
430
430
<TextBlock Grid.Row=" 1" Grid.Column=" 0" Text =" {DynamicResource website}" />
431
431
<TextBlock Grid.Row=" 1" Grid.Column=" 1" HorizontalAlignment =" Left" >
432
- <Hyperlink NavigateUri =" {Binding Github , Mode=OneWay}" RequestNavigate =" OnRequestNavigate" >
433
- <Run Text =" {Binding Github , Mode=OneWay}" />
432
+ <Hyperlink NavigateUri =" {Binding Website , Mode=OneWay}" RequestNavigate =" OnRequestNavigate" >
433
+ <Run Text =" {Binding Website , Mode=OneWay}" />
434
434
</Hyperlink >
435
435
</TextBlock >
436
436
<TextBlock Grid.Row=" 2" Grid.Column=" 0" Text =" Version" />
Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ public FamilyTypeface SelectedResultFontFaces
450
450
451
451
#region about
452
452
453
- public string Github => _updater . GitHubRepository ;
453
+ public string Website => Constant . Website ;
454
454
public string ReleaseNotes => _updater . GitHubRepository + @"/releases/latest" ;
455
455
public static string Version => Constant . Version ;
456
456
public string ActivatedTimes => string . Format ( _translater . GetTranslation ( "about_activate_times" ) , Settings . ActivateTimes ) ;
You can’t perform that action at this time.
0 commit comments