pull/546/head
Amr Bashir 2 years ago
parent 72409160da
commit e8711b78b6
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -30,7 +30,7 @@ async function restoreWindowState(flags: StateFlags): Promise<void> {
*/ */
async function restoreState( async function restoreState(
label: WindowLabel, label: WindowLabel,
flags: StateFlags flags: StateFlags,
): Promise<void> { ): Promise<void> {
return invoke("plugin:window-state|restore_state", { label, flags }); return invoke("plugin:window-state|restore_state", { label, flags });
} }

Loading…
Cancel
Save