mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add config options for showing and hiding the top menu and line index
This commit is contained in:
+2
-2
@@ -39,8 +39,8 @@ var mouseHeld = false
|
||||
|
||||
func CreateWindow() (*Window, error) {
|
||||
window := Window{
|
||||
ShowTopMenu: true,
|
||||
ShowLineIndex: true,
|
||||
ShowTopMenu: Config.ShowTopMenu,
|
||||
ShowLineIndex: Config.ShowLineIndex,
|
||||
CursorMode: CursorModeBuffer,
|
||||
|
||||
CurrentBuffer: nil,
|
||||
|
||||
Reference in New Issue
Block a user