Add Shortcuts preferences tab (Name not working)

This commit is contained in:
2025-06-08 23:22:39 -04:00
parent 6e2a2091d6
commit 73c058334e
6 changed files with 14 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ class Preferences final :
Gtk::ScrolledWindow *swColorMan;
Gtk::ScrolledWindow *swBatchProc;
Gtk::ScrolledWindow *swPerformance;
Gtk::ScrolledWindow *swShortcuts;
Gtk::ScrolledWindow *swSounds;
Gtk::Widget *getGeneralPanel();
@@ -308,6 +309,7 @@ class Preferences final :
Gtk::Widget *getBatchProcPanel();
Gtk::Widget *getPerformancePanel();
Gtk::Widget *getSoundsPanel();
Gtk::Widget *getShortcutsPanel();
public:
explicit Preferences (RTWindow *rtwindow);