fix typo
This commit is contained in:
@@ -13,7 +13,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
QuitShortcut = &desktop.CustomShortcut{Modifier: KeyModifierControl, KeyName: fyne.KeyQ}
|
QuitShortcut = &desktop.CustomShortcut{Modifier: fyne.KeyModifierControl, KeyName: fyne.KeyQ}
|
||||||
BackShortcuts = []desktop.CustomShortcut{
|
BackShortcuts = []desktop.CustomShortcut{
|
||||||
{Modifier: fyne.KeyModifierAlt, KeyName: fyne.KeyLeft},
|
{Modifier: fyne.KeyModifierAlt, KeyName: fyne.KeyLeft},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user