Skip to content

Commit a0555f6

Browse files
committed
update
1 parent 622a342 commit a0555f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MSL/pages/frpProviders/OpenFrp.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ private async void addProxieBtn_Click(object sender, RoutedEventArgs e)
234234
{
235235
if (toggleProxies.SelectedIndex != 1 || serversList.SelectedIndex == -1)
236236
{
237+
addProxieBtn.IsEnabled = true;
237238
MagicShow.ShowMsgDialog(Window.GetWindow(this), "请先选择一个节点", "错误");
238239
toggleProxies.SelectedIndex = 1;
239240
return;

0 commit comments

Comments
 (0)