From 233b4c78ab89b7a36e353f9a462c02f5a3a3163f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 19 Oct 2025 13:11:02 +0200 Subject: [PATCH] settings: add api key note for ai translation --- dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml index 2ce3ef652..fb4010a01 100644 --- a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml @@ -145,6 +145,7 @@ ContentPage { } ContentSubsection { title: Translation.tr("Generate translation with Gemini") + tooltip: Translation.tr("You'll need to enter your Gemini API key first.\nType /key on the sidebar for instructions.") ConfigRow { MaterialTextArea {