diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index f32270d..a126947 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -148,6 +148,7 @@ sub silentCheck() { # force refreshing cache: detect_devices::probeall_update_cache(); @discs = grep { $_->{usb_bus} } detect_devices::hds(); + go2State('okay') if !@discs; # are there any updates ? |