mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-30 18:18:35 -04:00
Prevent overwriting of portable config on update
* Move portable configuration files into a config subfolder from the executable. This prevents overwriting the stored config when the application is updated in-place. * Use .portable file to signal a portable app * Fix #4751
This commit is contained in:
parent
9d10792640
commit
b7104be689
3 changed files with 7 additions and 15 deletions
|
@ -1,10 +0,0 @@
|
|||
[General]
|
||||
UpdateCheckMessageShown=false
|
||||
LastActiveDatabase=@Invalid()
|
||||
LastOpenedDatabases=@Invalid()
|
||||
HideWindowOnCopy=false
|
||||
MinimizeOnCopy=true
|
||||
|
||||
[GUI]
|
||||
HideUsernames=false
|
||||
HidePasswords=true
|
Loading…
Add table
Add a link
Reference in a new issue