fix(desktop): require successful Telegram connection before Continue
Continue button is now disabled until the bot status is 'running'. Skip remains available when no token has been entered. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bc24b58026
commit
60e71ce4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ export default function ConnectStep() {
|
|||
Skip
|
||||
</Button>
|
||||
)}
|
||||
<Button size="lg" onClick={handleContinue}>
|
||||
<Button size="lg" onClick={handleContinue} disabled={!isRunning}>
|
||||
Continue
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue