Add a database icon for Sync Session

main
Isaiah Odhner 2019-12-16 01:10:09 -05:00
parent 5abef4221d
commit 8dd671f143
2 changed files with 4 additions and 1 deletions

BIN
help/p_database.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

View File

@ -382,7 +382,10 @@
if (!image_data_are_equal(image_data_remote, image_data_local)) {
ignore_session_update = true;
undoable({name: "Sync Session"}, ()=> {
undoable({
name: "Sync Session",
icon: get_help_folder_icon("p_database.png"),
}, ()=> {
// Write the image data to the canvas
ctx.copy(img);
$canvas_area.trigger("resize");