mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653
This commit is contained in:
@@ -271,6 +271,8 @@ define('pgadmin.preferences', [
|
||||
return 'switch';
|
||||
case 'keyboardshortcut':
|
||||
return 'keyboardShortcut';
|
||||
case 'radioModern':
|
||||
return 'radioModern';
|
||||
default:
|
||||
if (console && console.warn) {
|
||||
// Warning for developer only.
|
||||
|
||||
Reference in New Issue
Block a user