Skip to content

Commit c9fd7a3

Browse files
committed
允许 arm64 用户安装 ConnectX 插件
1 parent 52f66e2 commit c9fd7a3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

FluentLauncher.UniversalInstaller/Pages/ComponentPage.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@
240240
<CheckBox
241241
Margin="0,2"
242242
Content="适用于 Fluent Launcher 的 ConnectX 扩展"
243-
IsChecked="{Binding ConnectXExtensionChecked, Mode=TwoWay}"
244-
IsEnabled="{Binding SupportConnectX}" />
243+
IsChecked="{Binding ConnectXExtensionChecked, Mode=TwoWay}" />
245244
</TreeViewItem.Header>
246245
</TreeViewItem>
247246
<TreeViewItem

FluentLauncher.UniversalInstaller/Pages/ComponentPage.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,4 @@ partial class ComponentPageVM : ObservableRecipient, IBaseStepViewModel
4040
[ObservableProperty]
4141
[NotifyPropertyChangedFor(nameof(RootChecked))]
4242
public partial bool DotNet9Checked { get; set; }
43-
44-
public bool SupportConnectX => SystemHelper.GetArchitecture() != "arm64";
4543
}

0 commit comments

Comments
 (0)