Skip to content

Commit

Permalink
Set service name in settings on finished upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjell Morgenstern authored and KjellMorgenstern committed Dec 12, 2023
1 parent 4a2c025 commit b71201b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dialogs/fabuploadprogress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ void FabUploadProgress::updateProcessingStatus()
QString service = j["service"].toString();
if (service.isEmpty()) {
service = settings.value("service", "").toString();
} else {
settings.setValue("service", service);
}
UploadPair data = {service, mRedirect_url};
settings.beginGroup("sketches");
Expand Down

0 comments on commit b71201b

Please sign in to comment.