Add support for Microsoft Edge browser

This commit is contained in:
varjolintu 2020-01-15 22:36:22 +02:00 committed by Jonathan White
parent 9da07f2f66
commit 6cde2b83e8
7 changed files with 47 additions and 6 deletions

View file

@ -80,6 +80,8 @@ public:
void setBraveSupport(bool enabled);
bool torBrowserSupport();
void setTorBrowserSupport(bool enabled);
bool edgeSupport();
void setEdgeSupport(bool enabled);
bool passwordUseNumbers();
void setPasswordUseNumbers(bool useNumbers);