mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-19 16:03:06 +02:00
Added dialog to hide columns
This commit is contained in:
parent
3f5a9d6dd7
commit
4eb20b8160
4 changed files with 118 additions and 4 deletions
|
@ -60,6 +60,7 @@ export default defineComponent({
|
|||
const context = useContext();
|
||||
const store = useStore<typeof accessorType>();
|
||||
store.dispatch('fetchSettings');
|
||||
store.dispatch('fetchHiddenColumns');
|
||||
|
||||
context.$vuetify.theme.dark = store.state.settings.dark;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue