mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 12:10:46 +02:00
Reveal file in Finder instead of opening it
This commit is contained in:
parent
789a48c87a
commit
d9302ad77a
1 changed files with 1 additions and 1 deletions
|
|
@ -506,7 +506,7 @@ void MonoslicerEditor::buttonClicked(juce::Button* button)
|
|||
else if (button == &fileInfoLabel)
|
||||
{
|
||||
if (currentLoadedFile.existsAsFile())
|
||||
currentLoadedFile.startAsProcess();
|
||||
currentLoadedFile.revealToUser();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue