We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8e4d commit 44304f2Copy full SHA for 44304f2
Plugins/Flow.Launcher.Plugin.BrowserBookmark/FirefoxBookmarkLoader.cs
@@ -343,9 +343,9 @@ Current profiles.ini structure example as of Firefox version 69.0.1
343
Locked=1
344
345
[Profile2]
346
- Name=newblahprofile
+ Name=dummyprofile
347
IsRelative=0
348
- Path=C:\t6h2yuq8.newblahprofile <== Note this is a custom location path for the profile user can set, we need to cater for this in code.
+ Path=C:\t6h2yuq8.dummyprofile <== Note this is a custom location path for the profile user can set, we need to cater for this in code.
349
350
[Profile1]
351
Name=default
0 commit comments