mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(desktop): satisfy source size ratchet
Signed-off-by: npub13n66s06epmqf2kc3v373ez8hj65cuzyvxzjf93vwpervxqn2u7jq2qd9je <8cf5a83f590ec0955b11647d1c88f796a98e088c30a492c58e0e46c3026ae7a4@buzz.block.builderlab.xyz>
This commit is contained in:
parent
38d1a13e75
commit
2a7b2c36ff
@@ -949,7 +949,6 @@ pub fn run() {
|
||||
|
||||
#[cfg(unix)]
|
||||
shutdown::install_signal_handler(app.handle().clone(), Arc::clone(&shutdown_done));
|
||||
|
||||
let run_shutdown_done = Arc::clone(&shutdown_done);
|
||||
let restart_requested = Arc::new(AtomicBool::new(false));
|
||||
app.run(move |app_handle, event| match event {
|
||||
|
||||
Reference in New Issue
Block a user