mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-30 02:40:08 +00:00
made changes status indicator view configurable...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
13fcd85e69
commit
239ea3d346
@ -85,6 +85,7 @@ var StatusBarActions = actions.Actions({
|
|||||||
'live-update-on-edit': false,
|
'live-update-on-edit': false,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
'status-bar-changes-text': '*',
|
||||||
},
|
},
|
||||||
|
|
||||||
__statusbar_elements__: {
|
__statusbar_elements__: {
|
||||||
@ -231,7 +232,7 @@ var StatusBarActions = actions.Actions({
|
|||||||
.attr('info', 'Unsaved changes')
|
.attr('info', 'Unsaved changes')
|
||||||
}
|
}
|
||||||
|
|
||||||
item.text(this.changes !== false ? '*' : '')
|
item.html(this.changes !== false ? this.config['status-bar-changes-text'] || '*' : '')
|
||||||
|
|
||||||
return item
|
return item
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user