Release 2.0.0: redesign UI, icon and connect-first UX.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -107,9 +107,9 @@ func main() {
|
||||
AutoFocus: true,
|
||||
DataPath: dataPath,
|
||||
WindowOptions: webview2.WindowOptions{
|
||||
Title: "Navis",
|
||||
Width: 520,
|
||||
Height: 860,
|
||||
Title: "Navis 2",
|
||||
Width: 500,
|
||||
Height: 820,
|
||||
Center: true,
|
||||
IconId: 1,
|
||||
},
|
||||
@@ -124,7 +124,7 @@ func main() {
|
||||
}()
|
||||
|
||||
applyWindowIcon(w.Window())
|
||||
w.SetSize(520, 860, webview2.HintNone)
|
||||
w.SetSize(500, 820, webview2.HintNone)
|
||||
|
||||
mustBind(w, "getState", a.getState)
|
||||
mustBind(w, "connect", a.connect)
|
||||
|
||||
Reference in New Issue
Block a user