Implement online mode: now qcma can connect to the Internet to check and download update files.
Update embedded xml file. Updated translations.
This commit is contained in:
@@ -145,6 +145,7 @@ void ConfigWidget::accept()
|
||||
savePath(settings, ui->videoPath, "videoPath");
|
||||
savePath(settings, ui->appPath, "appsPath");
|
||||
savePath(settings, ui->urlPath, "urlPath");
|
||||
settings.setValue("offlineMode", ui->offlineCheck->isChecked());
|
||||
settings.sync();
|
||||
done(Accepted);
|
||||
}
|
||||
|
Reference in New Issue
Block a user