linuxmint / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
1.53k stars 75 forks source link

Relocated 'delete' to a safer position. #268

Closed mostghost closed 3 months ago

mostghost commented 5 months ago

In current version, when right clicking a snapshot, 'delete' is positioned at the top of the list. In most situations that puts it only a few pixels away from the mouse's current position which makes it very easy to accidentally click. This is the simplest fix, just moving delete to the bottom of the list instead of the top.