// Applications — PLACEHOLDER. // // Owned by the codex agent, which is building default-application handling and // the autostart list. This stub exists only so the page id can be routed, // registered, and searchable before that work lands; it is expected to be // replaced wholesale rather than edited. import QtQuick import qs.config SettingsPage { title: "Applications" lede: "Default applications and what starts with your session." SettingsCard { title: "Being built" subtitle: "Default browser, mail, files, and terminal, plus the autostart list, are on their way." } }