implemented core subtitle support

This commit is contained in:
itsmattkc
2021-05-18 12:42:47 +10:00
parent 4adaedb304
commit cc21ed37a7
37 changed files with 898 additions and 47 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ QWidget* ExportVideoTab::SetupResolutionSection()
int row = 0;
QGroupBox* resolution_group = new QGroupBox();
resolution_group->setTitle(tr("Basic"));
resolution_group->setTitle(tr("General"));
QGridLayout* layout = new QGridLayout(resolution_group);