File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,7 @@ public static class Constant
3535 public const string DefaultTheme = "Darker" ;
3636
3737 public const string Themes = "Themes" ;
38+
39+ public const string Website = "https://flow-launcher.github.io" ;
3840 }
3941}
Original file line number Diff line number Diff line change 429429 <TextBlock Grid.Row=" 0" Grid.ColumnSpan=" 2" Text =" {Binding ActivatedTimes, Mode=OneWay}" FontSize =" 12" />
430430 <TextBlock Grid.Row=" 1" Grid.Column=" 0" Text =" {DynamicResource website}" />
431431 <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}" />
434434 </Hyperlink >
435435 </TextBlock >
436436 <TextBlock Grid.Row=" 2" Grid.Column=" 0" Text =" Version" />
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ public string TestProxy()
213213
214214 #region plugin
215215
216- public static string Plugin => "http ://www.wox.one/plugin ";
216+ public static string Plugin => @"https ://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest ";
217217 public PluginViewModel SelectedPlugin { get ; set ; }
218218
219219 public IList < PluginViewModel > PluginViewModels
@@ -450,7 +450,7 @@ public FamilyTypeface SelectedResultFontFaces
450450
451451 #region about
452452
453- public string Github => _updater . GitHubRepository ;
453+ public string Website => Constant . Website ;
454454 public string ReleaseNotes => _updater . GitHubRepository + @"/releases/latest" ;
455455 public static string Version => Constant . Version ;
456456 public string ActivatedTimes => string . Format ( _translater . GetTranslation ( "about_activate_times" ) , Settings . ActivateTimes ) ;
You can’t perform that action at this time.
0 commit comments