0.6.0 #1

Merged
pogmommy merged 89 commits from 0.6.0 into main 2025-07-04 20:29:26 -07:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit fefba66ff5 - Show all commits

View file

@ -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 remove items from systray (By: vnva)
- Fix the gtk `stack` widget (By: ovalkonia)
- Fix values in the `EWW_NET` variable (By: mario-kr)
### Features
- Update rust toolchain to 1.80.1 (By: w-lfchen)

View file

@ -212,7 +212,6 @@ pub fn net() -> String {
let (ref mut last_refresh, ref mut networks) = &mut *NETWORKS.lock().unwrap();
networks.refresh_list();
networks.refresh();
let elapsed = last_refresh.next_refresh();
networks