mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
add gui settings if not already added in ngsolve
This commit is contained in:
parent
ea32b203d6
commit
65d23bd022
@ -121,6 +121,8 @@ class WebGLScene(BaseWebGuiScene):
|
||||
|
||||
if "fullscreen" in kwargs:
|
||||
d["fullscreen"] = kwargs["fullscreen"]
|
||||
if "gui_settings" not in d:
|
||||
d["gui_settings"] = self.kwargs["settings"]
|
||||
return d
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user