-
Notifications
You must be signed in to change notification settings - Fork 3
/
anki-web-description.html
28 lines (21 loc) · 1.56 KB
/
anki-web-description.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Adds an icon to the system tray and allows minimizing anki to the tray when the icon is pressed or when the main window X button is pressed.
<b>Configuration</b>
To start Anki minimized in the tray go to
<i>Tools > Add-ons > Minimize to tray > Config</i> and set the variable <code>hide_on_startup</code> to <code>true</code>
<b>Changelog</b>
2.0.0 (26/11/2023) Fix for Anki 23.10 (Qt6)
1.2.3 (30/04/2022) Fix missing tray icon in anki 2.1.50 and up
1.2.2 (11/12/2021) Restore show windows when not in focus (this required to disable the option to hide windows on Windows when clicking on the tray).
1.2.1 (11/12/2021) Fix crash when focusing deleted widget. Fix anki does not start when missing internet connection. Click on tray on windows now correctly hides the windows.
1.2 (15/02/2020) Clicking on the tray icon focus/un-minimize Anki windows when they are not already focused. (Experimental feature. The windows may flicker in some rare cases)
1.1 (19/12/2018) Add action "Show all windows" (contribution of a-rodin)
1.0 (12/07/2018) Initial release
<b>Issues</b>
Report any bug in the <a href="https://github.com/simgunz/anki21-addons_minimize-to-tray/issues" rel="nofollow">GitHub issues page</a> of the project.
<b>Author</b>
Simone Gaiarin (simgunz)
<b>License</b>
Software distributed under the GNU General Public License version 3 (GNU GPL v3).
<a href="http://www.gnu.org/copyleft/gpl.html" rel="nofollow">http://www.gnu.org/copyleft/gpl.html</a>
<b>References</b>
<a href="https://github.com/simgunz/anki21-addons_minimize-to-tray" rel="nofollow">Github page</a>