Skip to content

Commit

Permalink
Add rvl on list of extensions to include by default when opening file…
Browse files Browse the repository at this point in the history
…s. For Ravel #540.
  • Loading branch information
highperformancecoder committed Apr 25, 2024
1 parent 6d7a3ab commit fe56680
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ export class ApplicationMenuManager {
const _dialog = await dialog.showOpenDialog({
properties: ['openFile'],
filters: [
{ name: '*.mky', extensions: ['mky'] },
{ name: '*.rvl', extensions: ['rvl'] },
{ name: 'Minsky/Ravel', extensions: ['rvl','mky'] },
{ name: '*.xml', extensions: ['xml'] },
{ name: '*.*', extensions: ['*'] },
],
Expand Down

0 comments on commit fe56680

Please sign in to comment.