// TODO: This file was created by bulk-decaffeinate. // Sanity-check the conversion and remove this comment. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * Full docs: https://github.com/decaffeinate/decaffeinate/blob/main/docs/suggestions.md */ const themeOption = ({ label, value }, settings) => `\ \ `; app.templates.settingsPage = settings => `\

Preferences

Theme:

${settings.autoSupported ? themeOption({label: "Automatic Matches system setting", value: "auto"}, settings) : ""} ${themeOption({label: "Light", value: "default"}, settings)} ${themeOption({label: "Dark", value: "dark"}, settings)}

General:

Scrolling:

\ `;