mirror of
https://github.com/deathmarine/Luyten.git
synced 2024-11-23 04:40:07 +00:00
Bug fix
This commit is contained in:
parent
0b3339a7e9
commit
f2288cefd6
@ -16,7 +16,7 @@ public class LuytenOsx extends Luyten {
|
||||
Application app = new Application();
|
||||
app.addApplicationListener(new ApplicationAdapter() {
|
||||
public void handleOpenFile(ApplicationEvent e) {
|
||||
Luyten.addToPendingFiles(new File(e.getFilename()));
|
||||
Luyten.openFileInInstance(new File(e.getFilename()));
|
||||
}
|
||||
|
||||
public void handleQuit(ApplicationEvent e) {
|
||||
|
Loading…
Reference in New Issue
Block a user