@@ -104,17 +104,6 @@ dt.preferences.register(MODULE, "check_update", "bool",
104
104
105
105
local check_for_updates = dt .preferences .read (MODULE , " check_update" , " bool" )
106
106
107
- -- - - - - - - - - - - - - - - - - - - - - - - -
108
- -- P R E F E R E N C E S
109
- -- - - - - - - - - - - - - - - - - - - - - - - -
110
-
111
- dt .preferences .register (MODULE , " check_update" , " bool" ,
112
- " check for updated scripts on start up" ,
113
- " automatically update scripts to correct version" ,
114
- true )
115
-
116
- local check_for_updates = dt .preferences .read (MODULE , " check_update" , " bool" )
117
-
118
107
-- - - - - - - - - - - - - - - - - - - - - - - -
119
108
-- L O G L E V E L
120
109
-- - - - - - - - - - - - - - - - - - - - - - - -
@@ -170,6 +159,8 @@ sm.categories = {}
170
159
storage_name name of the exporter (in the exporter storage menu)
171
160
has_action true if it creates an action
172
161
action_name name on the button
162
+ has_select true if it creates a select
163
+ select_name name on the button
173
164
has_event true if it creates an event handler
174
165
event_type type of event, shortcut, post-xxx, pre-xxx
175
166
callback name of the callback routine
0 commit comments