MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / LoadSettings

Method LoadSettings

src/auto4_base.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 void ExportFilter::LoadSettings(bool is_default, agi::Context *c) {
196 if (config_dialog)
197 c->ass->Properties.automation_settings[GetScriptSettingsIdentifier()] = config_dialog->Serialise();
198 }
199
200 // ProgressSink
201 ProgressSink::ProgressSink(agi::ProgressSink *impl, BackgroundScriptRunner *bsr)

Callers 1

ExportMethod · 0.45

Calls 1

SerialiseMethod · 0.45

Tested by

no test coverage detected