Skip to content

Commit f2ce342

Browse files
authored
DYN-8953: Remove beta tag (#16268)
1 parent 74fef82 commit f2ce342

File tree

4 files changed

+0
-29
lines changed

4 files changed

+0
-29
lines changed

src/DynamoCoreWpf/Properties/Resources.Designer.cs

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DynamoCoreWpf/Properties/Resources.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,9 +3734,6 @@ In certain complex graphs or host program scenarios, Automatic mode may cause in
37343734
<data name="PreferencesWindowShowPreviewBubblesTooltip" xml:space="preserve">
37353735
<value>When toggled on, a preview of the node’s output will be displayed when hovering over the bottom of a node.</value>
37363736
</data>
3737-
<data name="PreferencesViewBetaTag" xml:space="preserve">
3738-
<value>Beta</value>
3739-
</data>
37403737
<data name="SplashScreenSigningIn" xml:space="preserve">
37413738
<value>Signing In</value>
37423739
</data>

src/DynamoCoreWpf/PublicAPI.Unshipped.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5368,7 +5368,6 @@ static Dynamo.Wpf.Properties.Resources.PreferencesSettingUpdateTemplateLocationT
53685368
static Dynamo.Wpf.Properties.Resources.PreferencesUseHostScaleUnits.get -> string
53695369
static Dynamo.Wpf.Properties.Resources.PreferencesUseHostScaleUnitsToolTip.get -> string
53705370
static Dynamo.Wpf.Properties.Resources.PreferencesViewAlreadyExistingStyleWarning.get -> string
5371-
static Dynamo.Wpf.Properties.Resources.PreferencesViewBetaTag.get -> string
53725371
static Dynamo.Wpf.Properties.Resources.PreferencesViewDefaultPythonEngine.get -> string
53735372
static Dynamo.Wpf.Properties.Resources.PreferencesViewDefaultRunSettingsInfoTooltip.get -> string
53745373
static Dynamo.Wpf.Properties.Resources.PreferencesViewDisableBuiltInPackages.get -> string

src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,22 +1009,6 @@
10091009
Content="{x:Static p:Resources.RecommendedNodes}"
10101010
Click="RecommendedNodesRadioButton_Click"
10111011
IsEnabled="{Binding Path=NodeAutocompleteIsChecked}"/>
1012-
<!--Beta tag-->
1013-
<Label Grid.Column="1"
1014-
Name="NodeRecommendationBetaTag"
1015-
Content="{x:Static p:Resources.PreferencesViewBetaTag}"
1016-
Background="{StaticResource SecondaryGray}"
1017-
Foreground="{StaticResource PreferencesWindowFontColor}"
1018-
Margin="10,-5,0,0"
1019-
FontSize="10"
1020-
FontWeight="SemiBold"
1021-
Visibility="{Binding NodeAutocompleteMachineLearningIsBeta, Converter={StaticResource BooleanToVisibilityConverter}}">
1022-
<Label.Resources>
1023-
<Style TargetType="Border">
1024-
<Setter Property="CornerRadius" Value="10"></Setter>
1025-
</Style>
1026-
</Label.Resources>
1027-
</Label>
10281012
</Grid>
10291013
</Grid>
10301014
</StackPanel>

0 commit comments

Comments
 (0)