Skip to content

Commit

Permalink
Revert ":beetle: Fix headers related bugs"
Browse files Browse the repository at this point in the history
  • Loading branch information
CleoMenezesJr authored May 21, 2023
1 parent 6a2c168 commit 1724851
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dialog_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ def on_entry_changed(self, *args) -> None:
# Enable/Disable add button
self.btn_add.props.sensitive = (
self.entry_header_key.get_text()
and self.entry_header_value.get_text()
)
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def __save_override(self, *_args: tuple) -> None:
# Clean up field
self.group_overrides_cookies.set_description("")
case "headers":
title: str = _args[2].strip()
title: str = _args[2]
subtitle: str = _args[3]
id: str = _args[4]
insertion_date = id or dt.today().isoformat()
Expand Down

0 comments on commit 1724851

Please sign in to comment.