feat: make the visibility per resource

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-05-22 23:55:57 +03:00
parent 8c710fb8de
commit a29b189056
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
3 changed files with 29 additions and 22 deletions

View file

@ -816,8 +816,6 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("TPDownloadGeometry", "");
m_settings->registerSetting("ShaderDownloadGeometry", "");
m_settings->registerSetting("UI/FolderResourceColumnVisibility", "{}");
// HACK: This code feels so stupid is there a less stupid way of doing this?
{
m_settings->registerSetting("PastebinURL", "");