mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T515, minor UI adjustments, however still an "QWindowsWindow::setGeometry: Unable to set geometry" somewhere in the log component (uncritical, only Qt warning)
This commit is contained in:
committed by
Mat Sutcliffe
parent
13357516fa
commit
0669f5136f
@@ -87,7 +87,7 @@ namespace BlackGui
|
||||
CAircraftMatcherSetup setup = m_matchingSettings.get();
|
||||
if (setup.doVerificationAtStartup() == checked) { return; }
|
||||
setup.setVerificationAtStartup(checked);
|
||||
CStatusMessage msg = m_matchingSettings.setAndSave(setup);
|
||||
const CStatusMessage msg = m_matchingSettings.setAndSave(setup);
|
||||
Q_UNUSED(msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user