Skip to content

Commit

Permalink
nemo-action-layout-editor.py: Enable save after drag-and-drop.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Apr 8, 2024
1 parent 2eafca4 commit 079ce21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action-layout-editor/nemo-action-layout-editor.py
Expand Up @@ -921,6 +921,7 @@ def on_drag_data_received(self, widget, context, x, y, selection_data, info, eti
return
Gtk.drag_finish(context, True, True, etime)

self.set_needs_saved(True)
self.update_treeview_state()

def reorder_items(self, target_iter, parent, dropped_data, position):
Expand Down

0 comments on commit 079ce21

Please sign in to comment.