Make checkbox nicer

This commit is contained in:
dec05eba
2024-09-11 19:19:10 +02:00
parent 234cc3391e
commit cb04c11b2c
10 changed files with 107 additions and 46 deletions

View File

@@ -82,6 +82,12 @@ namespace gsr {
if(!theme->logo_texture.load_from_file((resources_path + "images/gpu_screen_recorder_logo.png").c_str()))
goto error;
if(!theme->checkbox_circle_texture.load_from_file((resources_path + "images/checkbox_circle.png").c_str()))
goto error;
if(!theme->checkbox_background_texture.load_from_file((resources_path + "images/checkbox_background.png").c_str()))
goto error;
return true;
error: