Add a preference to set the sidebarView on load
This commit is contained in:
parent
0d30bb040e
commit
c53bcb2992
3 changed files with 33 additions and 21 deletions
|
@ -20,6 +20,13 @@
|
|||
|
||||
//#include default_preferences.js
|
||||
|
||||
var SidebarView = {
|
||||
NONE: 0,
|
||||
THUMBS: 1,
|
||||
OUTLINE: 2,
|
||||
ATTACHMENTS: 3
|
||||
};
|
||||
|
||||
/**
|
||||
* Preferences - Utility for storing persistent settings.
|
||||
* Used for settings that should be applied to all opened documents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue