mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-19 08:25:51 +09:00
File chooser navigation
This commit is contained in:
@@ -56,6 +56,9 @@ namespace gsr {
|
||||
if(!theme->folder_texture.load_from_file((resources_path + "images/folder.png").c_str(), {false, false, false}))
|
||||
goto error;
|
||||
|
||||
if(!theme->up_arrow_texture.load_from_file((resources_path + "images/up_arrow.png").c_str(), {false, false, false}))
|
||||
goto error;
|
||||
|
||||
return true;
|
||||
|
||||
error:
|
||||
|
||||
Reference in New Issue
Block a user