mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-23 11:34:06 +02:00
Fix ApplicationExit event not running
This commit is contained in:
parent
ef0b699731
commit
f5f0d0aeed
@ -68,12 +68,12 @@ private static void Main(){
|
|||||||
#endif
|
#endif
|
||||||
});
|
});
|
||||||
|
|
||||||
Application.Run(new FormBrowser());
|
|
||||||
|
|
||||||
Application.ApplicationExit += (sender, args) => {
|
Application.ApplicationExit += (sender, args) => {
|
||||||
UserConfig.Save();
|
UserConfig.Save();
|
||||||
Cef.Shutdown();
|
Cef.Shutdown();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Application.Run(new FormBrowser());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user