UICodeEditor use the default keyboard modifier.

Some minor fixes.
This commit is contained in:
Martín Lucas Golini
2024-02-08 22:23:46 -03:00
parent 7ad57beffc
commit 4bc250515c
6 changed files with 20 additions and 13 deletions

View File

@@ -1831,7 +1831,7 @@ void SettingsMenu::deleteFileDialog( const FileInfo& file ) {
std::string fpath( file.getFilepath() );
FileSystem::dirRemoveSlashAtEnd( fpath );
fsRemoveAll( fpath );
} catch ( const fs::filesystem_error& err ) {
} catch ( const fs::filesystem_error& ) {
errFn();
}
} else if ( !FileSystem::fileRemove( file.getFilepath() ) ) {