Persist UI settings, add missing localizations for German
This commit is contained in:
@ -6,6 +6,7 @@ class HomeController < ApplicationController
|
||||
def index
|
||||
@body_classes = 'app-body'
|
||||
@token = find_or_create_access_token.token
|
||||
@web_settings = Web::Setting.find_by(user: current_user)&.data || {}
|
||||
end
|
||||
|
||||
private
|
||||
|
Reference in New Issue
Block a user