fix bug that caused infinite loop in cli
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user