Skip to content

Commit

Permalink
Enable MapMacros by default.
Browse files Browse the repository at this point in the history
The people aren't using the latest Git disassemblies are likely using
disassemblies that are so old that they use binary mappings, not
assembly.
  • Loading branch information
Clownacy committed Sep 9, 2023
1 parent 155bd2f commit 094d06f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main-window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ MainWindow::MainWindow(QWidget* const parent)
}
);

// Enable MapMacros by default. The future is now, old man!
ui->actionMapMacros->setChecked(true);

horizontal_layout.addWidget(&sprite_piece_picker);
horizontal_layout.addWidget(&palette_editor);
horizontal_layout.addWidget(&sprite_viewer);
Expand Down

0 comments on commit 094d06f

Please sign in to comment.