1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00
Files
DankMaterialShell/Services
Bruno Cesar Rocha 2f2020e7e2 fix: Load launcher plugin no-trigger settings. (#567)
getPluginTrigger() function only loaded the trigger setting but completely ignored the
noTrigger boolean setting.

When noTrigger was enabled and saved as:
- noTrigger: true
- trigger: ""

On reboot, the function would load trigger which was "", but since empty string is falsy
in the fallback expression, it would revert to plugin.trigger || "!" from the
plugin.json manifest, which is "=" for the Calculator plugin.
2025-10-27 09:55:15 -04:00
..
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-23 16:13:27 -04:00
2025-10-11 14:37:18 -04:00