Browse Source

Change AccountPasswordField from TextField to PasswordField.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
8160796dbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/MenuBar.cpp

+ 1
- 1
src/app/MenuBar.cpp View File

@@ -487,7 +487,7 @@ struct EngineButton : MenuButton {

static bool isLoggingIn = false;

struct AccountPasswordField : ui::TextField {
struct AccountPasswordField : ui::PasswordField {
ui::MenuItem* logInItem;
void onAction(const ActionEvent& e) override {
logInItem->doAction();


Loading…
Cancel
Save