mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 22:50:57 -04:00
parent
db032831e0
commit
87af012a97
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ void BrowserOptionDialog::loadSettings()
|
||||||
m_ui->vivaldiSupport->setChecked(settings->vivaldiSupport());
|
m_ui->vivaldiSupport->setChecked(settings->vivaldiSupport());
|
||||||
m_ui->torBrowserSupport->setChecked(settings->torBrowserSupport());
|
m_ui->torBrowserSupport->setChecked(settings->torBrowserSupport());
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef Q_OS_LINUX
|
||||||
|
m_ui->snapWarningLabel->setVisible(false);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(KEEPASSXC_DIST_APPIMAGE)
|
#if defined(KEEPASSXC_DIST_APPIMAGE)
|
||||||
m_ui->supportBrowserProxy->setChecked(true);
|
m_ui->supportBrowserProxy->setChecked(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue