mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: app pseudonym in wrong conditional block
This commit is contained in:
parent
4febd81169
commit
9985996686
@ -139,7 +139,6 @@ const launch_app = async (options)=>{
|
||||
is_dir: true,
|
||||
app: 'explorer',
|
||||
...window_options,
|
||||
...(options.pseudonym ? {pseudonym: options.pseudonym} : {}),
|
||||
is_maximized: options.maximized,
|
||||
});
|
||||
}
|
||||
@ -320,6 +319,7 @@ const launch_app = async (options)=>{
|
||||
is_visible: ! app_info.background,
|
||||
is_maximized: options.maximized,
|
||||
is_fullpage: options.is_fullpage,
|
||||
...(options.pseudonym ? {pseudonym: options.pseudonym} : {}),
|
||||
...window_options,
|
||||
is_resizable: window_resizable,
|
||||
has_head: ! hide_titlebar,
|
||||
|
Loading…
Reference in New Issue
Block a user