Skip to content

Commit

Permalink
Update monitor.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Jan 11, 2025
1 parent 41c49ae commit 4389152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub fn sub() -> impl Stream<Item = Message> {
}
}

if false {
if refresh {
let displays = displays.clone();

let j = tokio::task::spawn_blocking(move || {
Expand Down

0 comments on commit 4389152

Please sign in to comment.