mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: add comments
This commit is contained in:
parent
f3fd7ef6ea
commit
687c5ac168
@ -489,6 +489,8 @@ class Assistant(Gtk.Assistant):
|
|||||||
|
|
||||||
def get_final_page(self) -> int:
|
def get_final_page(self) -> int:
|
||||||
pages = self.get_n_pages()
|
pages = self.get_n_pages()
|
||||||
|
# TODO: might be better to check if path is writeable
|
||||||
|
# and selectively block certain shortcut options
|
||||||
if self.is_binary:
|
if self.is_binary:
|
||||||
return pages - 2
|
return pages - 2
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user