flameshot settings fix

This commit is contained in:
2024-04-20 21:22:29 +02:00
parent 43bce2133f
commit 9e66928678

View File

@@ -2,7 +2,9 @@
services.flameshot = {
enable = true;
settings = {
showStartupLaunchMessage = false;
General = {
showStartupLaunchMessage = false;
};
};
};
}