mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Show icons in vertical tab bar
TODO: use the correct icons, move vertical tab bar into separate widget
This commit is contained in:
parent
0064f5dcfd
commit
851c7b891e
6 changed files with 162 additions and 19 deletions
|
@ -62,7 +62,7 @@ class HttpPlugin: public ISettingsPage
|
|||
//delete m_service;
|
||||
}
|
||||
virtual QString name() {
|
||||
return QObject::tr("Http");
|
||||
return QObject::tr("Browser Integration");
|
||||
}
|
||||
virtual QWidget * createWidget() {
|
||||
OptionDialog * dlg = new OptionDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue