Add switch design mode

This commit is contained in:
Mauricio Baeza 2020-11-29 21:53:42 -06:00
parent 7727e8fe93
commit 2db8e78603
1 changed files with 5 additions and 0 deletions

View File

@ -764,6 +764,11 @@ def decrypt(token, password):
return data
def switch_design_mode(doc):
call_dispatch(doc.frame, '.uno:SwitchControlDesignMode')
return
class SmtpServer(object):
def __init__(self, config):