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

    eduardo

    @eduardo

    1
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    eduardo Unfollow Follow

    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

    Latest 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