mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
OP-1119 Minor fixes
This commit is contained in:
parent
74ad0fd40a
commit
38f7d9b28e
@ -14,7 +14,6 @@ Rectangle {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 10
|
||||
spacing: 10
|
||||
|
||||
Rectangle {
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "utils/logfile.h"
|
||||
|
||||
FlightLogManager::FlightLogManager(QObject *parent) :
|
||||
QObject(parent), m_disableControls(false), m_cancelDownload(false)
|
||||
QObject(parent), m_disableControls(false), m_cancelDownload(false), m_disableExport(true)
|
||||
{
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user