|
148 | 148 | // @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!) |
149 | 149 | // @author KudoAI |
150 | 150 | // @namespace https://kudoai.com |
151 | | -// @version 2026.1.26.7 |
| 151 | +// @version 2026.1.26.8 |
152 | 152 | // @license MIT |
153 | 153 | // @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f |
154 | 154 | // @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f |
|
420 | 420 | label: `${app.msgs.menuLabel_about} ${app.name}...` } |
421 | 421 | }}) |
422 | 422 | Object.assign(app.config, { lineHeightRatio: 1.28, maxFontSize: 24, minFontSize: 11 }) |
423 | | - settings.load(Object.keys(settings.controls), 'expanded', 'fontSize', 'minimized', 'notFirstRun') |
| 423 | + settings.load(Object.keys(settings.controls), 'expanded', 'fontSize', 'minimized', 'aiSafetyWarned') |
424 | 424 | if (!app.config.replyLang) settings.save('replyLang', env.browser.language) // init reply language if unset |
425 | 425 | if (!app.config.fontSize) settings.save('fontSize', 14.948771158854168) // init reply font size if unset |
426 | 426 | if (!env.scriptManager.supportsStreaming) settings.save('streamingDisabled', true) // disable Streaming in unspported env |
|
2721 | 2721 | site: { isCentered: !!document.documentElement.className.includes('center'), scheme: ui.getScheme() } |
2722 | 2722 | } |
2723 | 2723 |
|
2724 | | - if (!app.config.notFirstRun) { |
| 2724 | + if (!app.config.aiSafetyWarned) { |
2725 | 2725 | modals.alert('⚠️ Important Notice:', |
2726 | 2726 | `<b>${app.name}</b> is powered by AI technology. While designed to be helpful:\n\n` |
2727 | 2727 | + '• <b>AI can make mistakes</b> - Always verify important information\n' |
|
2730 | 2730 | + 'Use responsibly!', |
2731 | 2731 | null, null, 388 |
2732 | 2732 | ) |
2733 | | - settings.save('notFirstRun', true) |
| 2733 | + settings.save('aiSafetyWarned', true) |
2734 | 2734 | } |
2735 | 2735 |
|
2736 | 2736 | // Create/ID/classify/listenerize/stylize APP container |
|
0 commit comments