cleanup
This commit is contained in:
parent
115335e98a
commit
82ca01ef71
|
@ -42,7 +42,6 @@ const defaultState = {
|
||||||
registrationOpen: true,
|
registrationOpen: true,
|
||||||
server: 'http://localhost:4040/',
|
server: 'http://localhost:4040/',
|
||||||
textlimit: 5000,
|
textlimit: 5000,
|
||||||
themeData: undefined,
|
|
||||||
vapidPublicKey: undefined,
|
vapidPublicKey: undefined,
|
||||||
|
|
||||||
// Stuff from static/config.json
|
// Stuff from static/config.json
|
||||||
|
|
|
@ -213,9 +213,6 @@ const interfaceMod = {
|
||||||
commit('setLastTimeline', value)
|
commit('setLastTimeline', value)
|
||||||
},
|
},
|
||||||
setTheme ({ commit, rootState }, { themeName, themeData, recompile } = {}) {
|
setTheme ({ commit, rootState }, { themeName, themeData, recompile } = {}) {
|
||||||
// const {
|
|
||||||
// themeApplied
|
|
||||||
// } = rootState.interface
|
|
||||||
const {
|
const {
|
||||||
theme: instanceThemeName
|
theme: instanceThemeName
|
||||||
} = rootState.instance
|
} = rootState.instance
|
||||||
|
|
Loading…
Reference in a new issue