0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02:00

Hide snap browser warning label on non-Linux OS

* Fixes #3707
This commit is contained in:
Jonathan White 2019-12-30 12:23:38 -05:00
parent db032831e0
commit 87af012a97

View File

@ -128,6 +128,9 @@ void BrowserOptionDialog::loadSettings()
m_ui->vivaldiSupport->setChecked(settings->vivaldiSupport());
m_ui->torBrowserSupport->setChecked(settings->torBrowserSupport());
#endif
#ifndef Q_OS_LINUX
m_ui->snapWarningLabel->setVisible(false);
#endif
#if defined(KEEPASSXC_DIST_APPIMAGE)
m_ui->supportBrowserProxy->setChecked(true);