mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
274 B
274 B
Options
Read an option
Add the import to the service (make sure the relative path is correct):
import options from "../../services/options.js";
Them simply read the option:
this.firstDayOfWeek = options.getInt("firstDayOfWeek");