File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public static class Constant
19
19
public static readonly string RootDirectory = Directory . GetParent ( ApplicationDirectory ) . ToString ( ) ;
20
20
21
21
public static readonly string PreinstalledDirectory = Path . Combine ( ProgramDirectory , Plugins ) ;
22
- public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new" ;
22
+ public const string Issue = "https://github.com/Flow-Launcher/Flow.Launcher/issues/new/choose " ;
23
23
public static readonly string Version = FileVersionInfo . GetVersionInfo ( Assembly . Location . NonNull ( ) ) . ProductVersion ;
24
24
public static readonly string Dev = "Dev" ;
25
25
public const string Documentation = "https://flowlauncher.com/docs/#/usage-tips" ;
You can’t perform that action at this time.
0 commit comments