Skip to content

Commit 2f0806d

Browse files
committed
bump version 0.2.7
1 parent cacc1d1 commit 2f0806d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

buildspec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"name": "obs-urlsource",
48-
"version": "0.2.6",
48+
"version": "0.2.7",
4949
"author": "Roy Shilkrot",
5050
"website": "https://github.com/occ-ai/obs-urlsource",
5151
"email": "[email protected]",

src/ui/RequestBuilder.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ RequestBuilder::RequestBuilder(url_source_request_data *request_data,
250250
/* ----------------------------------------------- */
251251
/* --------------- DeepL Translate --------------- */
252252
/* ----------------------------------------------- */
253+
ui->methodComboBox->setCurrentIndex(1);
253254
ui->urlLineEdit->setText("https://api-free.deepl.com/v2/translate");
254255
addHeaders(
255256
{

0 commit comments

Comments
 (0)