fixed fonts (post fonts seem to be broken in develop)
This commit is contained in:
parent
b2ec9cb890
commit
e6649c7c25
11 changed files with 110 additions and 118 deletions
|
|
@ -48,9 +48,6 @@ const GeneralTab = {
|
|||
},
|
||||
...SharedComputedObject(),
|
||||
...mapState(useInstanceCapabilitiesStore, ['blockExpiration']),
|
||||
...mapState(useSyncConfigStore, {
|
||||
theme3hacks: (store) => store.mergedConfig.theme3hacks,
|
||||
}),
|
||||
},
|
||||
methods: {
|
||||
updateProfile() {
|
||||
|
|
@ -67,11 +64,8 @@ const GeneralTab = {
|
|||
this.$store.commit('setCurrentUser', user)
|
||||
})
|
||||
},
|
||||
updateFont(key, value) {
|
||||
useLocalConfigStore().set({
|
||||
path: `theme3hacks.fonts.${key}`,
|
||||
value,
|
||||
})
|
||||
updateFont(path, value) {
|
||||
useLocalConfigStore().set({ path, value })
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue