add icons
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user