Hurl icon indicating copy to clipboard operation
Hurl copied to clipboard

Show browser's profiles in BrowserSelector MainWindow

Open nitin2953 opened this issue 3 years ago • 2 comments

An extra step to select browser profile is not necessary.

The right click menu doesn't contain any special function and could be merged into main window

nitin2953 avatar Mar 13 '22 18:03 nitin2953

This is bit hard to decide on one thing, I prefer having a context-menu having profiles than a long list of browsers and their profiles..... I will look into this in next update (which might take time)

Current idea is to let the user decide this in the intial launch of the Application, You know something like OOBE

U-C-S avatar Mar 16 '22 15:03 U-C-S

I prefer having a context-menu having profiles than a long list of browsers and their profiles.....

Totally agree with you, if user have multiple profiles the width will grow up too much with a fixed solution.


Idea UserSettings.json can contain multiple copy of same browser object (I tried), so why not going with both.

{
   "SourceType": 0,
   "Name": "Google Chrome (Profile 1)",
   "ExePath": "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
   "Hidden": false,
   "LaunchArgs": "--profile-directory=\"Profile 1\""
}

If LaunchArgs is present as a root key of browser object, then show & launch profile with it's icon instead of default browser profile

If profiles are mentioned in AlternateLaunches then show them in context-menu

nitin2953 avatar Mar 17 '22 13:03 nitin2953