mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 05:34:09 +00:00
cleanup
- remove unused components - cleanup style
This commit is contained in:
+1
-1
@@ -33,6 +33,7 @@ const nodePath =
|
||||
// Start OSC Client (Feedback)
|
||||
startOSCClient();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
loaded = error;
|
||||
}
|
||||
})();
|
||||
@@ -122,7 +123,6 @@ function createWindow() {
|
||||
|
||||
app.whenReady().then(() => {
|
||||
createWindow();
|
||||
|
||||
/* ======================================
|
||||
* CONTEXT MENU CREATION ON REACT SIDE
|
||||
// Create context menu
|
||||
|
||||
Reference in New Issue
Block a user