chore: drop comment

This commit is contained in:
aclist 2026-05-28 02:41:26 +09:00
parent 881847cee9
commit 24d3bc8209
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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(