Jump to content

Recommended Posts

Posted

Being that when I create a script that uses gui, it creates an instance on the application bar at the bottom along with a system tray icon.

is there away to keep the instance on the application bar and remove the system tray icon?

Posted

Being that when I create a script that uses gui, it creates an instance on the application bar at the bottom along with a system tray icon.

is there away to keep the instance on the application bar and remove the system tray icon?

#NoTrayIcon

or

Opt('TrayIconHide', 1)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...