Skip to content

Instantly share code, notes, and snippets.

// Preferences
Phoenix.set({
daemon: false,
openAtLogin: true,
});
Event.on('willTerminate', () => {
Storage.remove('lastPositions');
Storage.remove('maxHeight');
})