Files
realworld/inc/screen.bvk_branch.go
T
2026-08-29 23:59:56 +02:00

11 lines
189 B
Go

package inc
func init() {
ScreenManager.Register(Screen{
Name: ScreenBVKBranch,
Title: "BVK — SAN FRANCISCO BRANCH",
Background: BgBVKBranch,
OnSelector: true,
})
}