add icons
This commit is contained in:
@@ -5,13 +5,13 @@ namespace RenderManager {
|
||||
if (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(''));
|
||||
}
|
||||
|
||||
UI::SameLine();
|
||||
|
||||
if (UI::Button('Reload')) {
|
||||
if (UI::Button(Icons::Refresh + ' Reload')) {
|
||||
PacksManager::LoadConfigs();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user