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

@@ -1446,6 +1446,10 @@ namespace gsr {
malloc_trim(0);
}
void Overlay::hide_next_frame() {
hide_ui = true;
}
void Overlay::toggle_show() {
if(visible) {
//hide();