This commit is contained in:
mgabdev
2020-05-01 12:46:31 -04:00
parent bff9abcb89
commit fe9a89d68c
5 changed files with 7 additions and 7 deletions

View File

@@ -99,8 +99,9 @@ class ApplicationController < ActionController::Base
end
def current_theme
return Setting.theme
current_user.setting_theme
'light'
# : todo :
# current_user.setting_theme
end
def cache_collection(raw, klass)