Removed all occurances of "theme" from backend, settings

• Removed:
- all occurances of "theme" from backend, settings

Theme is set in WebSettings through client. And set in <Display />.
This commit is contained in:
mgabdev
2021-01-15 14:35:50 -05:00
parent 75dbf58311
commit 7bc93ff98f
8 changed files with 12 additions and 27 deletions

View File

@@ -2,9 +2,7 @@
module Settings
class ScopedSettings
DEFAULTING_TO_UNSCOPED = %w(
theme
).freeze
DEFAULTING_TO_UNSCOPED = %w().freeze
def initialize(object)
@object = object