File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -355,16 +355,16 @@ public void SwitchHUD()
355355 }
356356
357357 [ RelayCommand ]
358- public static async Task OpenDocSite ( ) => await Utilities . OpenWebpage ( App . Config . ConfigSettings . AppConfig . DocumentationURL ) ;
358+ public async Task OpenDocSite ( ) => await Utilities . OpenWebpage ( App . Config . ConfigSettings . AppConfig . DocumentationURL ) ;
359359
360360 [ RelayCommand ]
361- public static async Task OpenIssueTracker ( ) => await Utilities . OpenWebpage ( App . Config . ConfigSettings . AppConfig . IssueTrackerURL ) ;
361+ public async Task OpenIssueTracker ( ) => await Utilities . OpenWebpage ( App . Config . ConfigSettings . AppConfig . IssueTrackerURL ) ;
362362
363363 [ RelayCommand ]
364- public static void OpenOptionsMenu ( ) => new SettingsView ( ) . Show ( ) ;
364+ public void OpenOptionsMenu ( ) => new SettingsView ( ) . Show ( ) ;
365365
366366 [ RelayCommand ]
367- public static async Task LaunchTf2 ( ) => await Utilities . OpenWebpage ( "steam://run/440" ) ;
367+ public async Task LaunchTf2 ( ) => await Utilities . OpenWebpage ( "steam://run/440" ) ;
368368
369369 /// <summary>
370370 /// Adds a HUD from folder to the shared HUDs list.
You can’t perform that action at this time.
0 commit comments