Skip to content

Commit

Permalink
Fix tui error after rd question
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkankovsky committed Mar 6, 2025
1 parent 659bc62 commit 1914525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyanaconda/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from pyanaconda.anaconda_loggers import get_module_logger, get_stdout_logger
from pyanaconda.core import constants, hw, util
from pyanaconda.core.configuration.anaconda import conf
from pyanaconda.core.constants import DisplayModes
from pyanaconda.core.i18n import _
from pyanaconda.core.path import join_paths
from pyanaconda.core.process_watchers import WatchProcesses
Expand Down Expand Up @@ -421,6 +422,7 @@ def on_mutter_ready(observer):

def _set_gui_mode_on_rdp(anaconda, use_rdp):
if not use_rdp:
anaconda.display_mode = constants.DisplayModes.TUI
return

if not anaconda.gui_mode:
Expand Down

0 comments on commit 1914525

Please sign in to comment.