[Solved]Remove AI prompts
-
donq last edited by
@mnaja said in Remove AI prompts:
@donq
How did u modify it ?Open Preferences file in some JSON-capable editor (Opera has to be closed!), find
ai_tools:
and add{"enabled":false}
there. Or if there is noai_tools
property, then find"ui":{
and add"ai_tools":{"enabled":false},
.
Be sure to make copy of original file and be sure not to break any JSON syntax (I made some unsuccessful attempts first). -
-
-