Add donation link in settings

This commit is contained in:
dec05eba
2025-10-16 19:29:57 +02:00
parent bb320e97ed
commit 085f4d8bad
6 changed files with 27 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ namespace gsr {
bool draw();
void show();
void hide();
void hide_next_frame();
void toggle_show();
void toggle_record();
void toggle_pause();
@@ -90,6 +90,8 @@ namespace gsr {
void set_notification_speed(NotificationSpeed notification_speed);
private:
void hide();
void handle_keyboard_mapping_event();
void on_event(mgl::Event &event);

View File

@@ -73,6 +73,7 @@ namespace gsr {
std::unique_ptr<List> create_notification_speed();
std::unique_ptr<Subsection> create_application_options_subsection(ScrollablePage *parent_page);
std::unique_ptr<Subsection> create_application_info_subsection(ScrollablePage *parent_page);
std::unique_ptr<Subsection> create_donate_subsection(ScrollablePage *parent_page);
void add_widgets();
Button* configure_hotkey_get_button_by_active_type();