Solved Not a problem just a question
-
This may sound stupid
but how do I stop the standby.git from popping up
I tried doing standby: “” and also standby: “none”Under imgStatus:
can these be disabled? -
-
mmm I’m not sure I understand . Do I put (no icon like this) in place of standby.git
-
hi, me too, what 's
standby.git
?? Do you want to stand-bygit
program ?
I really don’t understand why sorry -
@bugsounet I’m sorry, let me try to explain it better
under imgStatus: .gif I don’t want to show up on the Google assistimgStatus: { // i'm not stupid ! // i will not copy/past this part without modify anything ! hook: "hook.gif", standby: "standby.gif", <--- how do I disable this reply: "reply.gif", error: "error.gif", think: "think.gif", continue: "continue.gif", listen: "listen.gif", confirmation: "confirmation.gif", information: "information.gif", warning: "warning.gif", userError: "userError.gif" },
I don’t want to replace it. I want to just disable it
so it does not show up on Google assist -
change it by transparent gif for example and place it in resources directory of GA
Actually you can’t disable it,
by modify default value feature (coded in main core), you change the definition of the path of the gif icon
So if you replace the gif by an transparent png, you have “no icon”–> just create an “mini” transparent png save it into resources directory
–> and replace the feature bystandby: "your own file name.png",
/!\
git
andgif
it’s really not the same ! -
the git was a misprint. Sorry about that
so if we can’t disable it, that’s okay. The transparent.png is an interesting concept. I will look into that
there’s only a couple incidents where the standby.gif is actually in the way of what I want to do, but is no big deal
is only therefore a couple of minutes so I can work around itThanks for the help though
-
bugsounet