diff --git a/README.md b/README.md
index f51c535..fae64fb 100644
--- a/README.md
+++ b/README.md
@@ -150,18 +150,29 @@ This is our current roadmap goals. You can find older ones [here](ROADMAP.md)
* Downloading progress
* Launcher state functionality
* Game launch available
- * Game update (installation) required
- * Voice data update (installation) required
+ * Game update (installation) required
+ * Voice data update (installation) required
* Patch unavailable
* Test patch available
* Make Svelte components
* Checkbox
* Selectbox
- * SelectionList
+ * SelectionList
* SelectableCheckbox
* PropertiesEditor
* Rewrite sass code, provide more flexible theming ability
* Add `svelte-i18n`
+* Game pre-installation
+* Telemetry checking
+* Launcher auto-updates
+* Statistics window
+* Debugger
+* Loading screen
+* Tooltips for some options
+* Theming system
+* Chengelog window
+* Default runner auto-installation
+* Ability to change the temp directory where the launcher should download some files
### Features
diff --git a/src/settings.svelte b/src/settings.svelte
index 252211f..1c8e277 100644
--- a/src/settings.svelte
+++ b/src/settings.svelte
@@ -2,8 +2,6 @@
import { onMount } from 'svelte';
import { _, locale, locales } from 'svelte-i18n';
- import Shaders from './ts/core/Shaders';
-
import Checkbox from './components/Checkbox.svelte';
import SelectionBox from './components/SelectionBox.svelte';
import DXVKSelectionList from './components/DXVKSelectionList.svelte';