Skip to content

Commit

Permalink
fix(gtk): Put all requires reboot devices into System Firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored and mmstick committed Aug 13, 2019
1 parent cc04be5 commit 44ad330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl FirmwareWidget {

let entity = entities.insert(device.needs_reboot());

let widget = if device.needs_reboot() && device.plugin.as_ref() == "uefi" {
let widget = if device.needs_reboot() {
entities.system = Some(entity);
view_devices.system(&info)
} else {
Expand Down

0 comments on commit 44ad330

Please sign in to comment.