mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 15:40:18 -04:00
Save error is now handled via Messenger instead of unhandled exception handler (which didn't work)
Save as actually works now WIP Styles Code cleanup
This commit is contained in:
@@ -3,5 +3,11 @@
|
||||
public static class Constants
|
||||
{
|
||||
public static string EmptyId => "00000000000000000000000000000000";
|
||||
|
||||
public static class Extensions
|
||||
{
|
||||
public static string Any => "*";
|
||||
public static string Kdbx => ".kdbx";
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user