mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
prettier --write
This commit is contained in:
parent
450528ff00
commit
8a0be3212d
164 changed files with 7053 additions and 9008 deletions
|
|
@ -1,16 +1,14 @@
|
|||
|
||||
import ko from 'ko';
|
||||
import {isArray} from 'Common/Utils';
|
||||
import { isArray } from 'Common/Utils';
|
||||
import * as Settings from 'Storage/Settings';
|
||||
|
||||
class ThemeStore
|
||||
{
|
||||
class ThemeStore {
|
||||
constructor() {
|
||||
this.themes = ko.observableArray([]);
|
||||
this.themeBackgroundName = ko.observable('');
|
||||
this.themeBackgroundHash = ko.observable('');
|
||||
|
||||
this.theme = ko.observable('').extend({limitedList: this.themes});
|
||||
this.theme = ko.observable('').extend({ limitedList: this.themes });
|
||||
}
|
||||
|
||||
populate() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue