mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-06 21:21:09 -07:00
Remove preview tag from graphing mode (#1285)
* Remove preview tag * Remove preview tag * fix bug
This commit is contained in:
parent
76e33ef159
commit
876a7fe13c
10 changed files with 33 additions and 199 deletions
|
@ -26,7 +26,6 @@ namespace CalculatorApp
|
|||
OBSERVABLE_PROPERTY_RW(UnitConverterViewModel ^, ConverterViewModel);
|
||||
OBSERVABLE_PROPERTY_RW(CalculatorApp::Common::ViewMode, PreviousMode);
|
||||
OBSERVABLE_PROPERTY_R(bool, IsAlwaysOnTop);
|
||||
OBSERVABLE_PROPERTY_R(bool, IsModePreview);
|
||||
OBSERVABLE_NAMED_PROPERTY_RW(Platform::String ^, CategoryName);
|
||||
|
||||
// Indicates whether calculator is currently in standard mode _and_ supports CompactOverlay _and_ is not in Always-on-Top mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue