mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Small code cleanups and fix translations
This commit is contained in:
parent
b31bf3d7f5
commit
7ccc44616d
54 changed files with 288 additions and 426 deletions
|
|
@ -3,14 +3,6 @@ import { settingsAddViewModel } from 'Screen/AbstractSettings';
|
|||
const USER_VIEW_MODELS_HOOKS = [],
|
||||
ADMIN_VIEW_MODELS_HOOKS = [];
|
||||
|
||||
/**
|
||||
* @param {string} name
|
||||
* @returns {?}
|
||||
*/
|
||||
export function mainSettingsGet(name) {
|
||||
return rl.settings.get(name);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {Function} callback
|
||||
* @param {string} action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue