Skip to content

Commit 31f7684

Browse files
authored
Docs: Added general settings page (#789)
1 parent 661a59c commit 31f7684

File tree

1 file changed

+63
-0
lines changed
  • src/routes/docs/customize-settings/general

1 file changed

+63
-0
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: General
3+
---
4+
5+
<script>
6+
import { InfoBar } from "fluent-svelte";
7+
</script>
8+
9+
The General settings page gives you control over core aspects of the Files app experience—from choosing your language and customizing startup behavior to tweaking the appearance of context menus and widgets on the Home page. This section walks you through each setting category and what you can expect when enabling specific features.
10+
11+
## Language
12+
13+
Files supports over 40 languages, maintained and [translated](/docs/contributing/translating) by the open-source community on [Crowdin](https://crowdin.com/project/files-app). You can either follow your system's default language or select a specific one from the dropdown list.
14+
15+
## Date format
16+
17+
You can tailor how dates and times are displayed throughout the app. The following formats are available:
18+
19+
- **Application**: Displays dates in a friendly, long-form style (e.g., "Thursday, December 31, 2020").
20+
- **System**: Uses your operating system's default format (e.g., "12/31/2020 2:30 PM").
21+
- **Universal**: Shows dates in a standardized format (e.g., "2020-12-31 14:30:00").
22+
23+
## Startup settings
24+
25+
When launching Files, you have a few choices for how the app behaves on startup:
26+
27+
- **Open a new tab** – A clean slate every time.
28+
- **Continue where you left off** – Reopens the tabs you were using last.
29+
- **Open a specific page or pages** – Jump straight into your most-used folders.
30+
31+
### Open new tab in existing instance when opening Files from another app
32+
33+
When this setting is turned on, launching Files from another program (such as Task Manager) will open a new tab in the existing window.
34+
35+
## Open tabs in dual pane mode
36+
37+
If you frequently compare or transfer files between locations, enabling this setting can save time by automatically opening new tabs in [dual pane](/docs/features/dual-pane) mode.
38+
39+
### Default pane arrangement
40+
41+
Tabs can be set to open with a **horizontal** or **vertical** dual pane arrangement.
42+
43+
## Always switch focus to newly created tab
44+
45+
By default, when you open a folder in a new tab, Files will keep your current tab in focus. If you'd prefer to automatically switch to the newly opened tab, you can enable this option.
46+
47+
## Widgets
48+
49+
The Files Home page offers customizable widgets to provide quick access to important data. You can enable or disable them individually via the widget settings. Available widgets include:
50+
51+
- Quick access
52+
- Drives
53+
- Network locations
54+
- Tags
55+
- Recent files
56+
57+
## Context menu options
58+
59+
The context menu is where many quick actions live. You can choose to hide default options you don't use often, or enable additional ones that are hidden by default.
60+
61+
## Move shell extensions into sub menu
62+
63+
To enhance performance, shell extensions are placed in a submenu by default. However, you can disable this option if you'd prefer to see all items directly in the main context menu.

0 commit comments

Comments
 (0)