mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update HistoryViewModel.cpp
This commit is contained in:
parent
07f66478e1
commit
1ef145b17d
1 changed files with 5 additions and 0 deletions
|
@ -164,3 +164,8 @@ void HistoryViewModel::OnClearCommand(_In_ Platform::Object ^ e)
|
|||
HistoryAnnouncement = CalculatorAnnouncement::GetHistoryClearedAnnouncement(m_localizedHistoryCleared);
|
||||
}
|
||||
}
|
||||
|
||||
size_t HistoryViewModel::GetMaxItemSize()
|
||||
{
|
||||
return m_calculatorManager->MaxHistorySize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue