diff options
author | Saturneric <[email protected]> | 2022-01-02 23:54:56 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-02 23:54:56 +0000 |
commit | efabb4fa3d543a1d4443b75a1f23c564ccffd8e2 (patch) | |
tree | 6531273480a7e0385fe25455c1aa44c5918e8360 /ui/SendMailDialog.ui | |
parent | <refactor>(ui): Enhanced sending email function. (diff) | |
download | GpgFrontend-efabb4fa3d543a1d4443b75a1f23c564ccffd8e2.tar.gz GpgFrontend-efabb4fa3d543a1d4443b75a1f23c564ccffd8e2.zip |
<fixed, refactor>(ui): Enhanced sending email function.
1. make options changeable when init in sending email dialog.
Diffstat (limited to '')
-rw-r--r-- | ui/SendMailDialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/SendMailDialog.ui b/ui/SendMailDialog.ui index bb770f5b..c01c4701 100644 --- a/ui/SendMailDialog.ui +++ b/ui/SendMailDialog.ui @@ -453,6 +453,9 @@ </item> <item> <widget class="QPushButton" name="saveDraftButton"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Save Draft</string> </property> |