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 08:00:16 -04:00
Code Issues Packages Projects Releases Wiki Activity
Files
b3c7683c124cd378eb13c3bb35192768cea23ae1
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: 192ms Template: 5ms
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