test crl+x on step3

master
unknown 2024-04-25 16:27:42 +02:00
rodzic bf90e9f91d
commit 68e8b3f7d6
3 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,5 @@
v1.0.373: (Unreleased - Upcoming release)
- Fixed issue #356 Merged fix for Select all text in droInput on click
v1.0.372:
- Updated Max Rate for LEAD1010 Plasma Add On profile
- Added electron's app.setAppUserModelId(id) to clean up Windows notications (to be tested)

Wyświetl plik

@ -185,6 +185,9 @@ var lastsentuploadprogress = 0;
// Electron app
const electron = require('electron');
const electronApp = electron.app;
electronApp.setAppUserModelId("openbuilds.control")
const {
dialog
} = require('electron')
@ -1234,6 +1237,7 @@ io.on("connection", function(socket) {
'type': 'info'
}
io.sockets.emit('data', output);
addQRealtime(String.fromCharCode(0x18)); // Check if it's Smoothieware?
addQRealtime("version\n"); // Check if it's Smoothieware?
debug_log("Sent: version");
}
@ -3088,7 +3092,6 @@ if (isElectron()) {
}
function createJogWindow() {
electronApp.setAppUserModelId("com.openbuilds.control")
// Create the browser window.
jogWindow = new BrowserWindow({
// 1366 * 768 == minimum to cater for
@ -3676,4 +3679,5 @@ function scanForTelnetDevices(range) {
}
// end LAN Scanner
process.on('exit', () => debug_log('exit'))

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "OpenBuildsCONTROL",
"version": "1.0.372",
"version": "1.0.373",
"license": "AGPL-3.0",
"description": "OpenBuildsCONTROL CNC Machine Host Software",
"author": "github.com/openbuilds <support@openbuilds.com>",