feat: make resource header config global
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
d667dfe223
commit
6177fa0148
12 changed files with 76 additions and 24 deletions
|
@ -816,6 +816,8 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
m_settings->registerSetting("TPDownloadGeometry", "");
|
||||
m_settings->registerSetting("ShaderDownloadGeometry", "");
|
||||
|
||||
m_settings->registerSetting("UI/FolderResourceColumnVisibility", QVariantMap{});
|
||||
|
||||
// HACK: This code feels so stupid is there a less stupid way of doing this?
|
||||
{
|
||||
m_settings->registerSetting("PastebinURL", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue