Skip to content

Disable "Safely Remove" button if drive is not mounted when started

Guido Berhörster requested to merge personal/gberh/unmounted-state into main

Unfortunately this only has an effect if the drive is unmounted when the app is started. The ListView of drives lacks a proper model which would allow propagating the actual state from UDisks. That should probably be addressed in a rewrite.

Also make the unmount error message more generic.

Merge request reports