Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaryan Rezagholi <faryan.rezagholi@siedle.de>2021-12-09 02:22:00 +0300
committerFaryan Rezagholi <faryan.rezagholi@siedle.de>2021-12-09 02:22:00 +0300
commit096f670eb38e45d8f38ab963c293f92a9ae483d3 (patch)
tree53b326d233fc132f29f4b6aa4978e84c2131dcbf
parentbceaca49bf5ae52d2cab356edba760680913d25a (diff)
hide disc cost button in installer (#1363)
-rw-r--r--CHANGELOG.md1
-rw-r--r--mRemoteNGInstaller/Installer/CustomDialogs/My_CustomizeDlg.wxs3
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab595ab4..409b8687 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -40,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- #1595: Unhandled exception when trying to browse through non existent multi ssh history with keyboard key strokes
- #1589: Update SQL tables instead of rewriting them
- #1465: REGRESSION: Smart Cards redirection to Remote Desktop not working
+- #1363: Don't show "Disk Usage" button in installer
- #1337: Unhandled exception after closing mRemoteNG
- #359: Making a VNC connection to an unreachable host causes the application to not respond for 20-30 seconds
- #618: Do not break the Windows Clipboard Chain when exiting.
diff --git a/mRemoteNGInstaller/Installer/CustomDialogs/My_CustomizeDlg.wxs b/mRemoteNGInstaller/Installer/CustomDialogs/My_CustomizeDlg.wxs
index d78c3a21..a273a8b4 100644
--- a/mRemoteNGInstaller/Installer/CustomDialogs/My_CustomizeDlg.wxs
+++ b/mRemoteNGInstaller/Installer/CustomDialogs/My_CustomizeDlg.wxs
@@ -16,10 +16,11 @@
<Publish Event="Reset" Value="0">1</Publish>
<Subscribe Event="SelectionNoItems" Attribute="Enabled" />
</Control>
+ <!-- Remove disk count button (#1363).
<Control Id="DiskCost" Type="PushButton" X="91" Y="243" Width="100" Height="17" Text="!(loc.CustomizeDlgDiskCost)">
<Publish Event="SpawnDialog" Value="DiskCostDlg">1</Publish>
<Subscribe Event="SelectionNoItems" Attribute="Enabled" />
- </Control>
+ </Control>-->
<Control Id="Back" Type="PushButton" X="192" Y="243" Width="56" Height="17" Text="!(loc.WixUIBack)" />
<Control Id="Next" Type="PushButton" X="248" Y="243" Width="56" Height="17" Default="yes" Text="!(loc.WixUINext)">
<Subscribe Event="SelectionNoItems" Attribute="Enabled" />