Skip to content

Commit

Permalink
Merge pull request #31 from InAnYan/fix-for-issue-16
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan authored May 28, 2024
2 parents afb01cd + 51cdcde commit 49d6e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/org/jabref/gui/preferences/ai/AiTab.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
<?import javafx.scene.control.*?>
<?import javafx.scene.layout.*?>

<?import org.controlsfx.control.textfield.CustomPasswordField?>
<fx:root spacing="10.0" type="VBox" xmlns="http://javafx.com/javafx/17.0.2-ea" xmlns:fx="http://javafx.com/fxml/1" fx:controller="org.jabref.gui.preferences.ai.AiTab">
<children>
<CheckBox fx:id="enableChat" mnemonicParsing="false" text="%Enable chat with attached PDF files" />
<HBox alignment="CENTER_LEFT" spacing="10.0">
<children>
<Label alignment="BASELINE_CENTER" text="%OpenAI API token" />
<TextField fx:id="openAiToken" HBox.hgrow="ALWAYS" />
<CustomPasswordField fx:id="openAiToken" HBox.hgrow="ALWAYS" />
</children>
</HBox>
</children>
Expand Down

0 comments on commit 49d6e00

Please sign in to comment.