Refactor extensions to Constants class

This commit is contained in:
2026-02-25 07:35:51 +09:00
parent f927667732
commit dfc1c557e0
2 changed files with 6 additions and 15 deletions
+3
View File
@@ -7,6 +7,9 @@ class Constants
{
public static string AppVersion = "1.2.0";
public static string[] AllowedFileExtensionPatterns = [ "*.png", "*.jpg", "*.jpeg", "*.gif", "*.bmp", "*.webp", "*.pdf", "*.heic", ];
public static string[] AllowedFileExtensionsNoStar = [ "png", "jpg", "jpeg", "gif", "bmp", "webp", "pdf", "heic", ];
public static string[] GetQuotes()
{
// sources: