Skip to content

Commit 6d28fba

Browse files
committed
deploy: 5f26e32
1 parent d1c0538 commit 6d28fba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration/features-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Among these, the **Undocked** state represents a tool window that opens when its
5656

5757
This setting adds a smooth sliding animation to tool windows when they are in this state.
5858

59-
{% include figure.html content="/screens/features/animatedToolWindows.png" caption="Animated Tool Windows" %}
59+
{% include figure.html content="/screens/features/animatedToolWindows.gif" caption="Animated Tool Windows" %}
6060

6161
In addition, two actions have been added to the _Material UI Actions Toolbar_ to set all current tool windows to either the **Undocked** or **Docked Pinned** state. This allows you to quickly switch to an auto-hidden layout and enjoy the benefit of the animations.
6262

@@ -93,7 +93,7 @@ However, you can also assign your own custom actions via `Settings > Menus and T
9393

9494
{% include figure.html content="/screens/features/customizeFab.png" caption="Customize FAB Actions" %}
9595

96-
{% include figure.html content="/screens/features/fabCustomActions.png" caption="Custom FAB Actions" %}
96+
{% include figure.html content="/screens/features/customFabActions.png" caption="Custom FAB Actions" %}
9797

9898
You can drag and drop the button to move it anywhere you like; it will remember its last position even after the IDE is restarted. You can also temporarily hide it by clicking the "X" button, though it will reappear when you switch tabs.
9999

@@ -132,7 +132,7 @@ This setting replaces the _empty frame_ of the IDE, e.g., the background of the
132132
<div class="masonry" markdown="0">
133133
{% for wallpaper in site.data.wallpapers %}
134134
<div class="masonry-brick">
135-
<img src="/screens/wallpapers/{{ wallpaper.filename }}"
135+
<img src="/img/screens/wallpapers/{{ wallpaper.filename }}"
136136
alt="{{ wallpaper.alttext }}">
137137
</div>
138138
{% endfor %}

0 commit comments

Comments
 (0)