Skip to content

Commit

Permalink
Disabling forget style choice.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Mar 7, 2018
1 parent 4b87287 commit 7bd6f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/main_menu_view.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ MainMenuView::MainMenuView(MainWindowView& mainWindowView)
// forget ... move to Limbo or erase
actionMindForget = new QAction(tr("&Forget"), mainWindow);
actionMindForget->setStatusTip(tr("Limbo vs erase memory..."));
actionMindForget->setEnabled(false);

// dream ... sanity, integrity, detox, inference, assoc discovery, ...
actionMindDream = new QAction(tr("Dr&eam"), mainWindow);
Expand Down

0 comments on commit 7bd6f4a

Please sign in to comment.