lib/para/config.rb in para-0.7.0 vs lib/para/config.rb in para-0.7.1
- old
+ new
@@ -37,9 +37,12 @@
@@ability_class_name = 'Para::Ability'
mattr_accessor :page_actions
@@page_actions = {}
+ mattr_accessor :dark_theme
+ @@dark_theme = false
+
# Allows changing default cache store used by Para to store jobs through
# the ActiveJob::Status gem
#
def self.jobs_store=(store)
@@jobs_store = store