mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 19:27:13 +02:00
chore: drop test code
This commit is contained in:
parent
6fdf5547dc
commit
5c84b5ae0a
@ -484,8 +484,6 @@ class Assistant(Gtk.Assistant):
|
|||||||
):
|
):
|
||||||
continue
|
continue
|
||||||
# NOTE: disabled for now on system-provided packages
|
# NOTE: disabled for now on system-provided packages
|
||||||
# TODO: drop, for testing purposes
|
|
||||||
os.environ["PYAPP"] = str(Path.home().joinpath("dzgui/dzgui"))
|
|
||||||
if isinstance(page, ShortcutCreationPage) and os.getenv("PYAPP") is None:
|
if isinstance(page, ShortcutCreationPage) and os.getenv("PYAPP") is None:
|
||||||
continue
|
continue
|
||||||
self._add_page(page, page.get_page_type())
|
self._add_page(page, page.get_page_type())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user