mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +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:
|
||||
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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user