Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/user_preference.rb')
-rw-r--r--app/models/user_preference.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb
index eac66905d0c..8fc9f4617d0 100644
--- a/app/models/user_preference.rb
+++ b/app/models/user_preference.rb
@@ -35,6 +35,7 @@ class UserPreference < MainClusterwide::ApplicationRecord
attribute :time_display_relative, default: true
attribute :render_whitespace_in_code, default: false
attribute :project_shortcut_buttons, default: true
+ attribute :keyboard_shortcuts_enabled, default: true
enum visibility_pipeline_id_type: { id: 0, iid: 1 }