mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 03:26:29 +03:00
UICodeEditor use the default keyboard modifier.
Some minor fixes.
This commit is contained in:
@@ -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() ) ) {
|
||||
|
||||
Reference in New Issue
Block a user