Skip to content

Commit

Permalink
Remove state check on checking
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 18, 2024
1 parent b85f309 commit fba324f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Backends/UbuntuDrivers.vala
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ public class SettingsDaemon.Backends.UbuntuDrivers : Object {
}

public async void check_for_drivers (bool notify) throws DBusError, IOError {
if (current_state.state != UP_TO_DATE && current_state.state != AVAILABLE) {
return;
}

update_state (CHECKING);
available_drivers.remove_all ();

Expand Down

0 comments on commit fba324f

Please sign in to comment.