diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-18 13:03:11 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-18 13:03:11 +0200 |
commit | 16efe603cbea4a90da2fc352192c45607c05b357 (patch) | |
tree | dbf090e27f1b16a7110353ef6603b276710d3d09 /Base/home | |
parent | 7d904eed1251cffeba58571416c14668bfd25a07 (diff) | |
download | serenity-16efe603cbea4a90da2fc352192c45607c05b357.zip |
Base: Remove System Monitor and Assistant from quick launch bar
System Monitor can already be accessed quickly by clicking one of the
resource graph applets in the task bar, so this icon was redundant.
Assistant can be opened with the Super+Space hotkey, so we don't need a
dedicated icon for it.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/.config/Taskbar.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Base/home/anon/.config/Taskbar.ini b/Base/home/anon/.config/Taskbar.ini index 054f7b4b56..778da3e652 100644 --- a/Base/home/anon/.config/Taskbar.ini +++ b/Base/home/anon/.config/Taskbar.ini @@ -1,7 +1,5 @@ [QuickLaunch] Browser=Browser.af -SystemMonitor=SystemMonitor.af Terminal=Terminal.af FileManager=FileManager.af TextEditor=TextEditor.af -Assistant=Assistant.af |