Skip to content

Commit

Permalink
rev version to 0.39e
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed May 26, 2024
1 parent b5a51e8 commit 73c5d77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.39d
0.39e
2 changes: 1 addition & 1 deletion source/settings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ procedure TSett.MenuItemGetTokenClick(Sender: TObject);

procedure TSett.MenuItemPasteTokenClick(Sender: TObject);
begin
LabelToken.Caption := Clipboard.AsText;
LabelToken.Caption := trim(Clipboard.AsText);
SaveSettings(self);
LabelToken.Hint := '';
end;
Expand Down

0 comments on commit 73c5d77

Please sign in to comment.