Skip to content

Commit

Permalink
fill entry with list name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed Dec 27, 2023
1 parent 2708874 commit a4e80d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errands/widgets/lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def _confirm(_, res, entry):
Sync.sync()

entry = Gtk.Entry(placeholder_text=_("New Name")) # type:ignore
entry.get_buffer().props.text = self.label.get_label()
dialog = Adw.MessageDialog(
transient_for=self.window,
hide_on_close=True,
Expand Down

0 comments on commit a4e80d8

Please sign in to comment.