diff --git a/PfandApplication/images/rb.png b/PfandApplication/images/rb.png deleted file mode 100644 index 18c042c..0000000 Binary files a/PfandApplication/images/rb.png and /dev/null differ diff --git a/PfandApplication/main.py b/PfandApplication/main.py index 588a3d4..1da0bf1 100644 --- a/PfandApplication/main.py +++ b/PfandApplication/main.py @@ -556,7 +556,6 @@ class PfandCalculator: update_menu.add_command(label="Über Updater", command=self.update_credits) # Also no keybind here, same reason as the tgtg one #V7.4.001 # Manage Keybinds - self.root.bind('', lambda e: self.save_quantities()) self.root.bind('', lambda e: self.open_file_location()) self.root.bind('', lambda e: self.root.quit()) @@ -571,7 +570,7 @@ class PfandCalculator: self.root.bind('', lambda e: self.delete_achievements()) self.root.bind('', lambda e: tgtg.start_tgtg(self.root)) self.root.bind('', lambda e: tgtg_kt.ask_for_tokens()) - self.root.bind('', lambda e: self.create_credits(False)) # True this will show future Icons + self.root.bind('', lambda e: self.create_credits(False)) # True this will show future Icons self.root.bind('', lambda e: self.export_barcodes_csv() if e.state & 0x1 else self.export_history_csv()) self.root.bind('', lambda e: self.show_add_product_window()) self.root.bind('', lambda e: self.show_manage_products_window() if e.state & 0x1 else self.show_add_product_window())