mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
tweaking actions...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a458b592e7
commit
c9759a55e8
@ -138,7 +138,7 @@ var BASE_ACTIONS = {
|
|||||||
uncropAll: '',
|
uncropAll: '',
|
||||||
|
|
||||||
openURL: '',
|
openURL: '',
|
||||||
openHistory: '',
|
//openHistory: '',
|
||||||
|
|
||||||
saveState: '',
|
saveState: '',
|
||||||
exportImages: '',
|
exportImages: '',
|
||||||
@ -199,6 +199,12 @@ var UI_ACTIONS = {
|
|||||||
|
|
||||||
toggleTheme: '',
|
toggleTheme: '',
|
||||||
|
|
||||||
|
// dialogs...
|
||||||
|
openDialog: '',
|
||||||
|
historyDialog: '',
|
||||||
|
cropDialog: '',
|
||||||
|
markDialog: '',
|
||||||
|
|
||||||
// panels...
|
// panels...
|
||||||
togglePanels: '',
|
togglePanels: '',
|
||||||
showInfoPanel: '',
|
showInfoPanel: '',
|
||||||
@ -206,6 +212,8 @@ var UI_ACTIONS = {
|
|||||||
showSearchPanel: '',
|
showSearchPanel: '',
|
||||||
showQuickEditPanel: '',
|
showQuickEditPanel: '',
|
||||||
showStatesPanel: '',
|
showStatesPanel: '',
|
||||||
|
showHistoryPanel: '',
|
||||||
|
showDirBrowserPanel: '',
|
||||||
showConsolePanel: '',
|
showConsolePanel: '',
|
||||||
|
|
||||||
// developer actions...
|
// developer actions...
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user