mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
244 stars 17 forks source link

Microsoft Edge private mode not displayed. #46

Closed Ultrafeel closed 3 years ago

Ultrafeel commented 3 years ago

Microsoft Edge private mode button isn't displayed. What I've tested is this works: public string PrivacyArgs { get { switch (Name) { .... case "Microsoft Edge": return " -inprivate "; ....

mortenn commented 3 years ago

Thanks for the report <3

Ultrafeel commented 3 years ago

@mortenn As I see You didn't add return " -inprivate "; .. But it's an important part of the fix! Actually, maybe pre-chrome Edge uses the old key. And don't forget a trailing space

mortenn commented 3 years ago

@Ultrafeel thanks for notifying me, I did discover and fix that before I built the final release, so should be all good :) Lots of changes in a short period of time here today!