Skip to content

UnlockDatabase: Only display filename in headerbar subtitle [Fixes #176]

Sebastian Spaeth requested to merge spaetz/PasswordSafe:issue_176 into master

We were displaying the full URI of files in the headerbar which is potentially very narrow. We were also doing some fudgery if /home/ was SOMEWHERE in the path. Do away with it, and simply display the filename.

Fixes: #176 (closed)

Merge request reports