mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
273 B
Vendored
273 B
Vendored
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");