mirror of
https://github.com/sebastiandine/Card-Collection-Manager-3.git
synced 2026-08-30 09:38:47 +00:00
minor: yugioh support added
This commit is contained in:
@@ -83,7 +83,7 @@ void ensureDataStorageScaffold(const Configuration& cfg) {
|
||||
|
||||
MainFrame::MainFrame(AppContext& ctx)
|
||||
: wxFrame(nullptr, wxID_ANY, "Card Collection Manager 3",
|
||||
wxDefaultPosition, wxSize(1210, 700)),
|
||||
wxDefaultPosition, wxSize(1210, 770)),
|
||||
ctx_(ctx),
|
||||
activeGame_(ctx.config.current().defaultGame) {
|
||||
buildMenuBar();
|
||||
|
||||
Reference in New Issue
Block a user