mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Merge Master into V3 Branch
- German translation update - Virtual power in realtime Conflicts: src/DeviceConfiguration.cpp - needed to adjust to use appsettings for read/write of application settings.
This commit is contained in:
@@ -224,6 +224,7 @@ ConfigDialog::devaddClicked()
|
||||
add.type = devicePage->typeSelector->itemData(devicePage->typeSelector->currentIndex()).toInt();
|
||||
add.portSpec = devicePage->deviceSpecifier->displayText();
|
||||
add.deviceProfile = devicePage->deviceProfile->displayText();
|
||||
add.postProcess = devicePage->virtualPower->currentIndex();
|
||||
|
||||
// NOT IMPLEMENTED IN THIS RELEASE XXX
|
||||
//add.isDefaultDownload = devicePage->isDefaultDownload->isChecked() ? true : false;
|
||||
|
||||
Reference in New Issue
Block a user