File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
## Changes from most recent to oldest
2
+ ** 31 Aug 2021 - wpferguson - remove styles hiding from AutoGrouper.lua**
2
3
** 02 Jul 2021 - wpferguson - merged API-7.0.0-dev branch to master**
3
4
* API-7.0.0 is darktable 3.6
4
5
* breaking changes
Original file line number Diff line number Diff line change @@ -41,9 +41,6 @@ local du = require "lib/dtutils"
41
41
42
42
du .check_min_api_version (" 7.0.0" , " AutoGrouper" )
43
43
44
- dt .print_log (" hiding styles" )
45
- dt .gui .libs [" styles" ].visible = false
46
-
47
44
local MOD = ' autogrouper'
48
45
49
46
-- return data structure for script_manager
@@ -218,4 +215,4 @@ script_data.destroy_method = "hide"
218
215
script_data .restart = restart
219
216
script_data .show = restart
220
217
221
- return script_data
218
+ return script_data
You can’t perform that action at this time.
0 commit comments