mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update minversion
This commit is contained in:
parent
ff79ed23a6
commit
dcc4ca3eea
2 changed files with 1 additions and 7 deletions
|
@ -54,12 +54,6 @@ namespace // put the utils within this TU
|
|||
|
||||
bool IsGraphingModeEnabled()
|
||||
{
|
||||
static bool isGraphSupported = Windows::Foundation::Metadata::ApiInformation::IsMethodPresent("Windows.UI.Text.RichEditTextDocument", "GetMath");
|
||||
if (!isGraphSupported)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool isChecked = false;
|
||||
static bool isEnabled = false;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<Logo>Assets\CalculatorStoreLogo.png</Logo>
|
||||
</Properties>
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.18363.0" MaxVersionTested="10.0.22000.0" />
|
||||
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22000.0" />
|
||||
</Dependencies>
|
||||
<Resources>
|
||||
<Resource Language="x-generate" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue