0.6.0 #1
2 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,7 @@ All notable changes to eww will be listed here, starting at changes since versio
|
||||||
- Fix and refactor nix flake (By: w-lfchen)
|
- Fix and refactor nix flake (By: w-lfchen)
|
||||||
- Fix remove items from systray (By: vnva)
|
- Fix remove items from systray (By: vnva)
|
||||||
- Fix the gtk `stack` widget (By: ovalkonia)
|
- Fix the gtk `stack` widget (By: ovalkonia)
|
||||||
|
- Fix values in the `EWW_NET` variable (By: mario-kr)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- Update rust toolchain to 1.80.1 (By: w-lfchen)
|
- Update rust toolchain to 1.80.1 (By: w-lfchen)
|
||||||
|
|
|
@ -212,7 +212,6 @@ pub fn net() -> String {
|
||||||
let (ref mut last_refresh, ref mut networks) = &mut *NETWORKS.lock().unwrap();
|
let (ref mut last_refresh, ref mut networks) = &mut *NETWORKS.lock().unwrap();
|
||||||
|
|
||||||
networks.refresh_list();
|
networks.refresh_list();
|
||||||
networks.refresh();
|
|
||||||
let elapsed = last_refresh.next_refresh();
|
let elapsed = last_refresh.next_refresh();
|
||||||
|
|
||||||
networks
|
networks
|
||||||
|
|
Loading…
Add table
Reference in a new issue