register logic
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package inc
|
||||
|
||||
func screenBvkBranch() screen {
|
||||
return screen{
|
||||
name: ScreenBVKBranch,
|
||||
title: "BVK — SAN FRANCISCO BRANCH",
|
||||
background: BgBVKBranch,
|
||||
onSelector: true,
|
||||
}
|
||||
func init() {
|
||||
ScreenManager.Register(Screen{
|
||||
Name: ScreenBVKBranch,
|
||||
Title: "BVK — SAN FRANCISCO BRANCH",
|
||||
Background: BgBVKBranch,
|
||||
OnSelector: true,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user