File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Universal THCRAP Launcher Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -376,14 +376,14 @@ private void filterByType_button_Click(object sender, EventArgs e)
376
376
private void exitTS_Click ( object sender , EventArgs e ) => Application . Exit ( ) ;
377
377
378
378
private void bugReportTS_Click ( object sender , EventArgs e ) => Process . Start (
379
- "https://github.com/Tudi20 /Universal-THCRAP-Launcher/issues/" +
379
+ "https://github.com/thpatch /Universal-THCRAP-Launcher/issues/" +
380
380
"new?assignees=&labels=bug&template=bug_report.md&title=%5BBUG%5D" ) ;
381
381
382
382
private void otherTS_Click ( object sender , EventArgs e ) =>
383
- Process . Start ( "https://github.com/Tudi20 /Universal-THCRAP-Launcher/issues/new" ) ;
383
+ Process . Start ( "https://github.com/thpatch /Universal-THCRAP-Launcher/issues/new" ) ;
384
384
385
385
private void gitHubPageTS_Click ( object sender , EventArgs e ) =>
386
- Process . Start ( "https://github.com/Tudi20 /Universal-THCRAP-Launcher" ) ;
386
+ Process . Start ( "https://github.com/thpatch /Universal-THCRAP-Launcher" ) ;
387
387
388
388
private void DonateToolStripMenuItem_Click ( object sender , EventArgs e ) => Process . Start ( "https://ko-fi.com/tudi20" ) ;
389
389
You can’t perform that action at this time.
0 commit comments