Hide vulkan video tooltip when vulkan video option is not visible

This commit is contained in:
dec05eba
2026-04-19 00:56:16 +02:00
parent 99fa6337f6
commit 247c8fb86c
2 changed files with 3 additions and 1 deletions

View File

@@ -234,6 +234,7 @@ namespace gsr {
CheckBox *low_power_mode_checkbox_ptr = nullptr;
CheckBox *replay_power_supply_checkbox_ptr = nullptr;
CheckBox *enable_vulkan_checkbox_ptr = nullptr;
List *vulkan_video_list_ptr = nullptr;
PageStack *page_stack = nullptr;