We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e57f27 commit 6807fe0Copy full SHA for 6807fe0
1 file changed
src/main.cpp
@@ -270,6 +270,11 @@ class EditAppDialog : public wxDialog {
270
listBox->Append(process);
271
}
272
273
+ if (app->processNames.size() == 0 && lastMediaSource != "") {
274
+ listBox->Append(lastMediaSource);
275
+ app->processNames.push_back(lastMediaSource);
276
+ }
277
+
278
processBox->Add(listBox, 1, wxALL | wxEXPAND, 5);
279
280
// Add input + buttons
0 commit comments