Update notification service

This commit is contained in:
MacRimi
2026-03-30 22:26:20 +02:00
parent 43f2ce52a5
commit 80afa789e7
5 changed files with 36 additions and 26 deletions

View File

@@ -3148,7 +3148,7 @@ class HealthMonitor:
if inode:
inode_hint = 'root directory' if inode == '2' else f'inode #{inode}'
reason += f'\nAffected: {inode_hint}'
reason += f'\nAction: Run "fsck /dev/{device}" (unmount first)'
# Note: Action/recommendations are provided by AI when AI Suggestions is enabled
return reason
# Out of memory