mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 01:37:18 +02:00
fix: resolution not updating when returning from fullscreen
This commit is contained in:
parent
5b9309a6bd
commit
6f5f9ecb7b
@ -1059,8 +1059,7 @@ class OuterWindow(Gtk.Window):
|
||||
return
|
||||
elif query_config("fullscreen")[0] == "true":
|
||||
logger.info("User preference for 'fullscreen' is 'true'")
|
||||
self.maximize()
|
||||
return
|
||||
self.fullscreen()
|
||||
|
||||
try:
|
||||
with open(res_path, "r") as infile:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user