diff --git a/help/p_database.png b/help/p_database.png new file mode 100755 index 0000000..028e21a Binary files /dev/null and b/help/p_database.png differ diff --git a/src/sessions.js b/src/sessions.js index be2a21c..c78397f 100644 --- a/src/sessions.js +++ b/src/sessions.js @@ -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");