Files
voidraft/internal/common/constant/constant.go
2025-11-16 15:16:49 +08:00

12 lines
368 B
Go

package constant
// VOIDRAFT_MAIN_WINDOW_NAME is the name of the main window of the Voidcraft client.
const VOIDRAFT_MAIN_WINDOW_NAME = "voidraft-main-window"
const VOIDRAFT_APP_NAME = "voidraft"
const VOIDRAFT_APP_DESCRIPTION = "An elegant text snippet recording tool designed for developers."
const VOIDRAFT_WINDOW_WIDTH = 700
const VOIDRAFT_WINDOW_HEIGHT = 800