Skip to content

Commit

Permalink
Moved "System Name Button Action" setting to the "Top Bar" section.
Browse files Browse the repository at this point in the history
  • Loading branch information
bp2008 committed Jul 6, 2024
1 parent c5e4638 commit 85bef9c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ui3/ui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,17 @@ var defaultSettings =
, onChange: OnChange_ui3_topbar_warnings_counter
, category: "Top Bar"
}
, {
key: "ui3_system_name_button"
, value: "About This UI"
, inputType: "select"
, options: []
, getOptions: getSystemNameButtonOptions
, label: 'System Name Button Action'
, hint: 'This action occurs when you click the system name in the upper left.'
, onChange: setSystemNameButtonState
, category: "Top Bar"
}
, {
key: "ui3_clipPreviewEnabled"
, value: "1"
Expand Down Expand Up @@ -3145,17 +3156,6 @@ var defaultSettings =
, onChange: OnChange_ui3_contextMenus_trigger
, category: "Extra"
}
, {
key: "ui3_system_name_button"
, value: "About This UI"
, inputType: "select"
, options: []
, getOptions: getSystemNameButtonOptions
, label: 'System Name Button Action'
, hint: 'This action occurs when you click the system name in the upper left.'
, onChange: setSystemNameButtonState
, category: "Extra"
}
];

var obsoleteSettings = { ui3_openFirstRecording: true, ui3_contextMenus_longPress: true };
Expand Down

0 comments on commit 85bef9c

Please sign in to comment.