KeepassXC: move comment to right place
This commit is contained in:
parent
b9663da3a3
commit
4b3a5a4778
1 changed files with 2 additions and 2 deletions
|
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
kpxcSettings = lib.generators.toINI {} {
|
kpxcSettings = lib.generators.toINI {} {
|
||||||
# Not sure what changing this does, I'll leave it alone
|
|
||||||
General = {
|
General = {
|
||||||
|
# Not sure what changing this does, I'll leave it alone
|
||||||
ConfigVersion = 2;
|
ConfigVersion = 2;
|
||||||
MinimizeAfterUnlock = true;
|
MinimizeAfterUnlock = true;
|
||||||
};
|
};
|
||||||
GUI = {
|
GUI = {
|
||||||
ApplicationTheme = "classic";
|
ApplicationTheme = "classic";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue