Skip to content

pageBackup: Show icon next to exclude / include when it could not be found

Fina Wilke requested to merge fina/not-found-files-icon into main

Instead of not showing an icon at all when files are missing we can show a little warning with a tooltip. That should make it more recognizable that something is wrong.

Adding the tooltip requires the use of gtk::Image throughout, but we convert to gtk::Image in every case anyways.

Closes #381 (closed)

image

Merge request reports