mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 10:17:31 +02:00
chore: drop comment
This commit is contained in:
parent
881847cee9
commit
24d3bc8209
@ -51,6 +51,7 @@
|
||||
- Suppress log messages from imported modules
|
||||
- Embed Workshop link in Options menu
|
||||
- Disable overlay scrollbars on server tables
|
||||
- Reduce size of geolocation DB on disk (~100MB)
|
||||
|
||||
## Dropped
|
||||
- Debug mode
|
||||
|
||||
@ -90,7 +90,6 @@ class RightPanel(Gtk.Box):
|
||||
exe_path = os.getenv("PYAPP")
|
||||
if exe_path and update is not None:
|
||||
if is_writeable(Path(exe_path)) is True:
|
||||
print("path is writeable")
|
||||
self.update_button.set_halign(Gtk.Align.END)
|
||||
self.gutter_box.add(self.update_button)
|
||||
self.update_button.connect(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user