setThemeShapeToCircle () {
    store.actions.setLog('- Theme shape: circle')
    store.state.appStyle.shape = 'circle'
    return store.state.appStyle.shape
  }