mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-07-17 20:33:48 +02:00
8 lines
343 B
HTML
8 lines
343 B
HTML
<h1>Fixtures</h1>
|
|
<button onclick='ipcRenderer.sendSync("synchronous-message", "PAGE:change.index");'>Back</button>
|
|
<button onclick='ipcRenderer.sendSync("synchronous-message", "FIXTURE:initDB");'>Do magic init stuff</button><br><br>
|
|
<input type = "text" placeholder="Search fixture libary"></input><br>
|
|
|
|
</body>
|
|
</html>
|