perf(bluetooth): reduce CPU usage and improve async performance
This commit is contained in:
parent
b3515bb9ba
commit
b19aea769a
4 changed files with 113 additions and 101 deletions
|
|
@ -8,6 +8,7 @@ mod localize;
|
|||
|
||||
use crate::localize::localize;
|
||||
|
||||
#[inline]
|
||||
pub fn run() -> cosmic::iced::Result {
|
||||
localize();
|
||||
app::run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue