mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 22:12:59 -04:00
Custom browser feature for Linux/macOS
* Also move "search in all databases" to the general tab
This commit is contained in:
parent
d863496f62
commit
43c82ccb09
9 changed files with 378 additions and 79 deletions
|
@ -75,7 +75,12 @@ public:
|
|||
|
||||
bool browserSupport(BrowserShared::SupportedBrowsers browser);
|
||||
void setBrowserSupport(BrowserShared::SupportedBrowsers browser, bool enabled);
|
||||
|
||||
bool customBrowserSupport();
|
||||
void setCustomBrowserSupport(bool enabled);
|
||||
int customBrowserType();
|
||||
void setCustomBrowserType(int type);
|
||||
QString customBrowserLocation();
|
||||
void setCustomBrowserLocation(const QString& location);
|
||||
bool passwordUseNumbers();
|
||||
void setPasswordUseNumbers(bool useNumbers);
|
||||
bool passwordUseLowercase();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue