fixed deck renaming to make changes immediate.
This commit is contained in:
@@ -186,6 +186,11 @@ void DeckMetaData::setColorIndex(const string& colorIndex)
|
||||
mColorIndex = colorIndex;
|
||||
}
|
||||
|
||||
void DeckMetaData::setDeckName(const string& newDeckTitle)
|
||||
{
|
||||
mName = newDeckTitle;
|
||||
}
|
||||
|
||||
void DeckMetaData::Invalidate()
|
||||
{
|
||||
mStatsLoaded = false;
|
||||
|
||||
Reference in New Issue
Block a user