mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 21:21:09 -07:00
Add preview tag to Graphing feature (#907)
* Add preview tag to Graphing * Fix Graph Settings button in dark mode
This commit is contained in:
parent
4ac76c66da
commit
f9c049a84b
11 changed files with 200 additions and 35 deletions
|
@ -58,6 +58,7 @@ void ApplicationViewModel::Mode::set(ViewMode value)
|
|||
{
|
||||
PreviousMode = m_mode;
|
||||
m_mode = value;
|
||||
IsModePreview = NavCategory::IsViewModePreview(m_mode);
|
||||
SetDisplayNormalAlwaysOnTopOption();
|
||||
OnModeChanged();
|
||||
RaisePropertyChanged(ModePropertyName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue