mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 14:27:42 +00:00
Apply the options on startup.
This commit is contained in:
parent
3e26b1be51
commit
971d0666ef
@ -844,6 +844,9 @@ mmg_dialog::mmg_dialog():
|
||||
|
||||
load_preferences();
|
||||
|
||||
log_window->Show(options.gui_debugging);
|
||||
set_on_top(options.on_top);
|
||||
|
||||
muxing_in_progress = false;
|
||||
last_open_dir = wxT("");
|
||||
cmdline = wxString::Format(wxU("\"%s\" -o \"%s\""), options.mkvmerge.c_str(), tc_output->GetValue().c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user