Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/default_profiles/desktops/sway.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/default_profiles/desktops/sway.py')
-rw-r--r--archinstall/default_profiles/desktops/sway.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/archinstall/default_profiles/desktops/sway.py b/archinstall/default_profiles/desktops/sway.py
index 25d74a88..c757797d 100644
--- a/archinstall/default_profiles/desktops/sway.py
+++ b/archinstall/default_profiles/desktops/sway.py
@@ -73,9 +73,5 @@ class SwayProfile(XorgProfile):
def do_on_select(self):
self._ask_seat_access()
- def preview_text(self) -> Optional[str]:
- text = str(_('Environment type: {}')).format(self.profile_type.value)
- return text + '\n' + self.packages_text()
-
def install(self, install_session: 'Installer'):
super().install(install_session)