Skip to content

Commit 3da00e1

Browse files
committed
not show dashabord
1 parent e9c4d3d commit 3da00e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/fig_desktop/src/local_ipc/commands.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ pub async fn login(proxy: &EventLoopProxy) -> LocalResult {
220220
dry_run: false,
221221
},
222222
WindowEvent::Reload,
223-
WindowEvent::Show,
224223
]),
225224
})
226225
.map_err(|err| error!(?err))
@@ -240,7 +239,7 @@ pub async fn logout(proxy: &EventLoopProxy) -> LocalResult {
240239
proxy
241240
.send_event(Event::WindowEvent {
242241
window_id: DASHBOARD_ID,
243-
window_event: WindowEvent::Batch(vec![WindowEvent::Reload, WindowEvent::Show]),
242+
window_event: WindowEvent::Reload,
244243
})
245244
.map_err(|err| error!(?err))
246245
.ok();

0 commit comments

Comments
 (0)