From 3e38965ef1e03045c7af8c5df5e8feace65f0ef4 Mon Sep 17 00:00:00 2001 From: norohind <60548839+norohind@users.noreply.github.com> Date: Tue, 17 Aug 2021 18:12:16 +0300 Subject: [PATCH] Output > 'File Location' should always be available --- prefs.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prefs.py b/prefs.py index 6c900863..c403023b 100644 --- a/prefs.py +++ b/prefs.py @@ -1015,12 +1015,6 @@ class PreferencesDialog(tk.Toplevel): self.out_td_button['state'] = tk.NORMAL self.out_ship_button['state'] = tk.NORMAL - local = any((self.out_td.get(), self.out_csv.get(), self.out_ship.get())) - self.out_auto_button['state'] = tk.NORMAL if local and logvalid else tk.DISABLED - self.outdir_label['state'] = tk.NORMAL if local else tk.DISABLED - self.outbutton['state'] = tk.NORMAL if local else tk.DISABLED - self.outdir_entry['state'] = tk.NORMAL if local else tk.DISABLED - def filebrowse(self, title, pathvar): """ Open a directory selection dialog.