SUMMARY The 'open resources folder' button is not working. STEPS TO REPRODUCE 1. Go to 'settings' - 'manage resources' 2. The 'open resources folder' button is not working OBSERVED RESULT open resources folder button not working EXPECTED RESULT open resources folder button should work Remember: there are no bugs, only happy little accidents! Bob Ross The joy of painting
That's intentional: #ifdef Q_OS_ANDROID // TODO(sh_zam): Opening a directory can cause a crash. A ContentProvider is needed for this. m_ui->btnOpenResourceFolder->setEnabled(false); #endif
Git commit 90bd198fd83eb585c11960b5c060e2095d25daab by Halla Rempt. Committed on 26/04/2023 at 09:24. Pushed by rempt into branch 'master'. Hide the Open Resource Folder button on android M +1 -0 plugins/extensions/resourcemanager/DlgResourceManager.cpp https://invent.kde.org/graphics/krita/commit/90bd198fd83eb585c11960b5c060e2095d25daab