remove top border from dialog

This commit is contained in:
miloschwartz
2025-12-11 10:17:17 -05:00
parent f67f4f8834
commit 963468d7fa
3 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,8 @@ import path from "path";
import { fileURLToPath } from "url";
// This is a placeholder value replaced by the build process
export const APP_VERSION = "1.13.0-rc.0";
// export const APP_VERSION = "1.13.0-rc.0";
export const APP_VERSION = "1.13.0";
export const __FILENAME = fileURLToPath(import.meta.url);
export const __DIRNAME = path.dirname(__FILENAME);