File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,29 @@ body:
42
42
attributes :
43
43
label : Flow Launcher Version
44
44
description : Go to "Settings" => "About".
45
- value : v1.8.3
45
+ validations :
46
+ required : true
46
47
47
48
- type : input
48
49
attributes :
49
50
label : Windows Build Number
50
- description : Run "ver" at CMD (command prompt).
51
- value : 10.0.19043.1288
51
+ description : Run "ver" at CMD (command prompt) or go to Windows Settings -> Systems -> About.
52
+ validations :
53
+ required : true
54
+
52
55
53
56
- type : textarea
54
57
id : logs
55
58
attributes :
56
59
label : Error Log
57
60
description : >
58
61
Log file place:
62
+
63
+ Go to "Settings" => "About" => "DevTools" => Click Tools Button => "Log Folder".
59
64
60
65
- The latest version place: `%AppData%\FlowLauncher\Logs\<version>\<date>.txt`
61
66
62
- - For portable mode: `%LocalAppData%\FlowLauncher \<App-Version>\UserData\Logs\<version>\<date>.txt`
67
+ - For portable mode: `Your-Flow-Location \<App-Version>\UserData\Logs\<version>\<date>.txt`
63
68
value : >
64
69
<details>
65
70
You can’t perform that action at this time.
0 commit comments