Hide edit with ShareX option in Windows Store build

This commit is contained in:
Jaex 2018-11-17 19:42:55 +03:00
parent 4642091372
commit 5d31bb2ffa

View file

@ -136,6 +136,7 @@ private void UpdateControls()
// Integration
#if WindowsStore
cbShellContextMenu.Visible = false;
cbEditWithShareX.Visible = false;
cbSendToMenu.Visible = false;
gbChrome.Visible = false;
gbFirefox.Visible = false;