Skip to content

Commit

Permalink
Restore save/load functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
pcprince committed Feb 14, 2020
1 parent 2fbb6e6 commit 188c59e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ var audiomoth = require('audiomoth-hid');
var ui = require('./ui.js');
var timeHandler = require('./timePeriods.js');
var lifeDisplay = require('./lifeDisplay.js');
var saveLoad = require('./saveLoad.js');

var electron = require('electron');
var dialog = electron.remote.dialog;
Expand Down

0 comments on commit 188c59e

Please sign in to comment.