core: core.globalSettingsGet JS => C.
This commit is contained in:
@@ -361,10 +361,6 @@ async function getProcessBlob(blobId, key, options) {
|
||||
}
|
||||
return settings;
|
||||
};
|
||||
imports.core.globalSettingsGet = async function (key) {
|
||||
let settings = await loadSettings();
|
||||
return settings?.[key];
|
||||
};
|
||||
imports.core.globalSettingsSet = async function (key, value) {
|
||||
await imports.core.permissionTest('set_global_setting');
|
||||
print('Setting', key, value);
|
||||
|
Reference in New Issue
Block a user