mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 22:24:14 +02:00
[improvement][ui] changing status instead of substatus when trimming the disk
This commit is contained in:
@@ -295,7 +295,8 @@ class UpgradeSelected(AsyncAction):
|
|||||||
if not success:
|
if not success:
|
||||||
return
|
return
|
||||||
|
|
||||||
self.change_substatus(self.i18n['action.disk_trim'].capitalize())
|
self.change_status(self.i18n['action.disk_trim'].capitalize())
|
||||||
|
self.change_substatus('')
|
||||||
|
|
||||||
success, output = ProcessHandler(self).handle_simple(SimpleProcess(['fstrim', '/', '-v'], root_password=pwd))
|
success, output = ProcessHandler(self).handle_simple(SimpleProcess(['fstrim', '/', '-v'], root_password=pwd))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user