1 Commits
1.1.0 ... 1.1.1

Autor SHA1 Mensaje Fecha
49d5a9bbee fix bug that caused infinite loop in cli 2020-08-07 22:41:54 -04:00
Se han modificado 2 ficheros con 4 adiciones y 1 borrados

Ver fichero

@@ -4,7 +4,7 @@ project(
'c',
'vala'
],
version: '1.1.0',
version: '1.1.1',
license: 'BSD-3',
default_options:
[

Ver fichero

@@ -542,6 +542,9 @@ namespace TUFManager {
if (!get_keyboard_color ().equal (rgba)) {
set_keyboard_color (rgba);
}
else {
release_cli ();
}
#else
try {
pkttyagent = new Subprocess.newv ({"pkttyagent"}, SubprocessFlags.NONE);