Add selectedDialogueId state in App.tsx

This commit is contained in:
2026-04-14 19:57:14 +02:00
parent 5fb577de92
commit d4d5396572

View File

@@ -2142,6 +2142,9 @@ export function App({ store, initialStatusMessage }: AppProps) {
const [selectedScheduleRoutineId, setSelectedScheduleRoutineId] = useState<
string | null
>(null);
const [selectedDialogueId, setSelectedDialogueId] = useState<string | null>(
null
);
const [
worldDawnAmbientIntensityFactorDraft,
setWorldDawnAmbientIntensityFactorDraft