Logo
Explore Help
Sign In
wismna/modernkeepass
1
0
Fork 0
You've already forked modernkeepass
mirror of https://github.com/wismna/ModernKeePass.git synced 2025-10-04 16:10:16 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
2f30389f6c20d7416f92fe55eca3d352a1ffc8e5
modernkeepass/ModernKeePass.Domain/Common/Constants.cs

13 lines
321 B
C#
Raw Normal View History

Added the option to close DB without saving Changed the way recent files are retrieved Stopped showing the DB Closed exception on suspend Reordering entries works Moved code from infra to application Cleanup
2020-04-09 19:43:06 +02:00
namespace ModernKeePass.Domain.Common
{
public static class Constants
{
public static string EmptyId => "00000000000000000000000000000000";
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
2020-05-04 12:48:27 +02:00
public static class Extensions
{
public static string Any => "*";
public static string Kdbx => ".kdbx";
}
Added the option to close DB without saving Changed the way recent files are retrieved Stopped showing the DB Closed exception on suspend Reordering entries works Moved code from infra to application Cleanup
2020-04-09 19:43:06 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 32ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API