Skip to content

Commit 2f07248

Browse files
committed
Fix behavior of Apply button in the More options dialog
1 parent 5c275a3 commit 2f07248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/more_options_dialog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,4 @@ def _save_password(self):
209209
def _call_set_dialog(self):
210210
if os.path.exists(f"{CACHE}/expand_pb_row"):
211211
self.parent._open_SetDialog()
212+
os.remove(f"{CACHE}/expand_pb_row")

0 commit comments

Comments
 (0)