• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Strawberry Music Player Forums
    2. eduardo
    3. Best
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by eduardo

    • RE: What to change in strawberry.conf to open not minimized to system tray

      @zoof I had the same issue. You can change [Behaviour] startupbehaviour to 2, for example. Here are the possible values:

      enum StartupBehaviour {
          Startup_Remember = 1,
          Startup_Show = 2,
          Startup_Hide = 3,
          Startup_ShowMaximized = 4,
          Startup_ShowMinimized = 5,
        };
      
      posted in Technical Help
      E
      eduardo