cheatsheet: update keybind data path text

This commit is contained in:
end-4 2024-02-20 20:43:24 +07:00
parent a76c1631a1
commit f2cbac2e6a

View file

@ -43,7 +43,7 @@ const cheatsheetHeader = () => Widget.CenterBox({
selectable: true,
justify: Gtk.Justification.CENTER,
className: 'txt-small txt',
label: 'Sheet data stored in <tt>~/.config/ags/data/keybinds.js</tt>\nChange keybinds in <tt>~/.config/hypr/keybinds.conf</tt>'
label: 'Sheet data stored in <tt>~/.config/ags/modules/cheatsheet/data_keybinds.js</tt>\nChange keybinds in <tt>~/.config/hypr/keybinds.conf</tt>'
}),
]
}),