Skip to content

Commit

Permalink
Fix default button state for Manage buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
SneWs committed Jul 29, 2024
1 parent 759a2fa commit 0e7b413
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<enum>QTabWidget::TabPosition::North</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -674,6 +674,9 @@
</item>
<item>
<widget class="QPushButton" name="btnTailscaleDnsSettings">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Manage...</string>
</property>
Expand Down Expand Up @@ -806,6 +809,9 @@
</item>
<item>
<widget class="QPushButton" name="btnVpnOnDemand">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Manage...</string>
</property>
Expand Down Expand Up @@ -981,6 +987,9 @@
</item>
<item>
<widget class="QPushButton" name="btnManageTailnetLocks">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Manage...</string>
</property>
Expand Down

0 comments on commit 0e7b413

Please sign in to comment.