mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-794 Revert "GCS Stabilization: Force the apply button to always be there as I can't find expert mode"
This reverts commit 26408e286fd9700b7efc07908a7bec28c7ef0e02.
This commit is contained in:
parent
fbced18aab
commit
eaaad5edd1
@ -5,7 +5,7 @@
|
||||
<UDPMirror>false</UDPMirror>
|
||||
<Description>Default configuration</Description>
|
||||
<Details>Default configuration built to work on all screen sizes</Details>
|
||||
<ExpertMode>true</ExpertMode>
|
||||
<ExpertMode>false</ExpertMode>
|
||||
<OverrideLanguage>en_AU</OverrideLanguage>
|
||||
<SaveSettingsOnExit>true</SaveSettingsOnExit>
|
||||
<SettingsWindowHeight>700</SettingsWindowHeight>
|
||||
|
@ -49,9 +49,8 @@ ConfigStabilizationWidget::ConfigStabilizationWidget(QWidget *parent) : ConfigTa
|
||||
|
||||
ExtensionSystem::PluginManager *pm=ExtensionSystem::PluginManager::instance();
|
||||
Core::Internal::GeneralSettings * settings=pm->getObject<Core::Internal::GeneralSettings>();
|
||||
if(!settings->useExpertMode() || true)
|
||||
if(!settings->useExpertMode())
|
||||
m_stabilization->saveStabilizationToRAM_6->setVisible(false);
|
||||
m_stabilization->saveStabilizationToRAM_6->setVisible(true);
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user