add icons

This commit is contained in:
Beu
2024-12-19 21:00:15 +01:00
parent 4ecb26300f
commit 1be867c792

View File

@@ -5,13 +5,13 @@ namespace RenderManager {
if (G_RenderInterface) { if (G_RenderInterface) {
UI::Begin(Icons::Television + " Custom Interface Loader", G_RenderInterface); UI::Begin(Icons::Television + " Custom Interface Loader", G_RenderInterface);
if (UI::Button('Open Folder')) { if (UI::Button(Icons::FolderOpen + ' Open File Explorer')) {
OpenExplorerPath(IO::FromStorageFolder('')); OpenExplorerPath(IO::FromStorageFolder(''));
} }
UI::SameLine(); UI::SameLine();
if (UI::Button('Reload')) { if (UI::Button(Icons::Refresh + ' Reload')) {
PacksManager::LoadConfigs(); PacksManager::LoadConfigs();
} }