Skip to content

Commit

Permalink
Merge branch 'develop' into NodeGuy/#304
Browse files Browse the repository at this point in the history
  • Loading branch information
jbibla authored Apr 5, 2018
2 parents a528e2c + a5c3a41 commit e0eecac
Show file tree
Hide file tree
Showing 64 changed files with 601 additions and 340 deletions.
12 changes: 10 additions & 2 deletions app/src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ export default {
Notifications,
Session
},
computed: { ...mapGetters(["notifications", "config"]) },
store
computed: { ...mapGetters(["notifications", "config", "themes"]) },
mounted() {
this.$store.commit("updateTheme", this.themes.active)
},
store,
watch: {
"themes.active"(newTheme) {
this.$store.commit("updateTheme", this.themes.active)
}
}
}
</script>

Expand Down
17 changes: 17 additions & 0 deletions app/src/renderer/assets/images/cosmos-wordmark-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e0eecac

Please sign in to comment.