Fixed a bug that required the -f flag in conjunction with -e to use pty.
This commit is contained in:
parent
b6201235e6
commit
29a2db0e0c
@ -98,7 +98,7 @@ def main():
|
||||
argumentParser.error(errorMsg)
|
||||
sys.exit(1)
|
||||
|
||||
if cliArgs.foreground:
|
||||
if cliArgs.foreground or cliArgs.emulated_pty:
|
||||
# Run directly in foreground
|
||||
run_fenrir()
|
||||
else:
|
||||
|
@ -4,5 +4,5 @@
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
|
||||
version = "2024.12.11"
|
||||
version = "2024.12.15"
|
||||
codeName = "testing"
|
||||
|
Loading…
Reference in New Issue
Block a user