Add a preference to set the sidebarView on load

This commit is contained in:
Jonas Jenwald 2014-04-28 16:07:53 +02:00
parent 0d30bb040e
commit c53bcb2992
3 changed files with 33 additions and 21 deletions

View file

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