show display refresh rate in description

This commit is contained in:
thecozies
2024-04-22 08:11:13 -05:00
parent 73ea635f9c
commit 4fef9d9203
6 changed files with 27 additions and 1 deletions
+1
View File
@@ -956,6 +956,7 @@ struct UIContext {
void update_config_menu_loop(bool menu_changed) {
static int prevTab = -1;
if (menu_changed) prevTab = -1;
recomp::update_rml_display_refresh_rate();
Rml::ElementTabSet *tabset = (Rml::ElementTabSet *)current_document->GetElementById("config_tabset");
if (tabset == nullptr) return;