mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Export settings to clipboard using ace_clipboard. Deprecate exporting through diag_log
This commit is contained in:
parent
433bb21ccc
commit
233ca37219
@ -55,13 +55,10 @@ class %1 {
|
||||
force = 1;
|
||||
};", _name, _value, format['"%1"', _typeName]];
|
||||
|
||||
//clipboard seems to be getting cuttoff, so do a backup dump to rpt:
|
||||
diag_log text _compiledConfigEntry;
|
||||
|
||||
_compiledConfig = _compiledConfig + _compiledConfigEntry;
|
||||
};
|
||||
} forEach EGVAR(common,settings);
|
||||
|
||||
copyToClipboard format["%1",_compiledConfig];
|
||||
"ace_clipboard" callExtension format["%1",_compiledConfig];
|
||||
|
||||
["STR_ACE_OptionsMenu_settingsExported"] call EFUNC(common,displayTextStructured);
|
||||
|
Loading…
Reference in New Issue
Block a user