chore: change text macro defualt flag
This commit is contained in:
@@ -75,7 +75,7 @@ const generateDefaultConfig: () => IConfig = () => ({
|
||||
enable: false,
|
||||
},
|
||||
textOptions: {
|
||||
macros: false,
|
||||
macros: true,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user