mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
recently loaded deck should be thought of as saved
This commit is contained in:
@@ -153,6 +153,7 @@ public class DeckController<T extends DeckBase> {
|
|||||||
if (null != newModel) {
|
if (null != newModel) {
|
||||||
this.setModel((T) newModel.copyTo(name), true);
|
this.setModel((T) newModel.copyTo(name), true);
|
||||||
}
|
}
|
||||||
|
saved = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user