mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
respect settings in eval
This commit is contained in:
@@ -321,7 +321,8 @@ void NetworkDevicesToConnectWidget::onWirelessDeviceRemoved(
|
||||
|
||||
void NetworkDevicesToConnectWidget::eval()
|
||||
{
|
||||
if (QCoreApplication::closingDown())
|
||||
if (QCoreApplication::closingDown() ||
|
||||
!SettingsManager::sharedInstance()->autoConnectWirelessDevices())
|
||||
return;
|
||||
bool forceCache = true;
|
||||
for (const auto &card : m_deviceCards) {
|
||||
|
||||
Reference in New Issue
Block a user