Allow the UI layout to be fully locked or to prevent docking changes. Fixes #2653

This commit is contained in:
Dave Page
2019-05-31 11:51:30 -04:00
parent 91075cc3f5
commit 2dd075161d
24 changed files with 539 additions and 125 deletions

View File

@@ -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.