mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-04 06:37:41 +00:00
Merge pull request #16475 from keymanapp/fix/developer/12669-model-editor-copy-link-disable
fix(developer): disable Copy Link in Model Editor if no link to copy
This commit is contained in:
commit
cf96bceefa
2 changed files with 588 additions and 587 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -418,6 +418,7 @@ begin
|
|||
|
||||
{ Build tab }
|
||||
cmdOpenDebugHost.Enabled := lbDebugHosts.ItemIndex >= 0;
|
||||
cmdCopyDebuggerLink.Enabled := lbDebugHosts.ItemIndex >= 0;
|
||||
cmdSendURLsToEmail.Enabled := lbDebugHosts.Items.Count > 0; // I4506
|
||||
|
||||
// We use FProjectFile because we don't want to accidentally create a standalone
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue