mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 09:45:21 +03:00
Merge branch 'origin/next'
Conflicts: companion/src/CMakeLists.txt companion/src/apppreferencesdialog.ui companion/src/companion.qrc companion/src/mdichild.cpp
This commit is contained in:
commit
8059daccaf
236 changed files with 25514 additions and 16461 deletions
|
@ -277,10 +277,7 @@ void ModelsListWidget::refreshList()
|
|||
clear();
|
||||
int msize;
|
||||
div_t divresult;
|
||||
QString name = radioData->generalSettings.ownerName;
|
||||
if(!name.isEmpty())
|
||||
name.prepend(" - ");
|
||||
addItem(tr("General Settings") + name);
|
||||
addItem(tr("General Settings"));
|
||||
|
||||
EEPROMInterface *eepromInterface = GetEepromInterface();
|
||||
int availableEEpromSize = eepromInterface->getEEpromSize()-64; //let's consider fat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue