The "Beta update notification" will include beta updates when checking for updates.
If a new beta update is available a notification window will appear in Everything.
What are the requirements to use the beta update notification?
Requires "Everything" version 1.3.3.653b or later.
How do I enable the beta update notifications?
To enable the beta update notifications in Everything:
- Exit Everything (Right click the Everything tray icon and click Exit Everything).
- Open your Everything.ini with notepad.
- Change the following line:
to:
Code: Select all
beta_updates=0
Code: Select all
beta_updates=1
The beta update channel is disabled by default.
To disable the beta update notifications in Everything:
- Exit Everything.
- Open your Everything.ini with notepad.
- Change the following line:
to:
Code: Select all
beta_updates=1
Code: Select all
beta_updates=0