SteamGridDB / SGDBoop

A program used for applying custom artwork to Steam, using SteamGridDB. Supports both Windows and Linux, written completely in C.

Home Page:https://www.steamgriddb.com/boop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Visual Styles

kran27 opened this issue · comments

commented

Adding this to the manifest on Windows will make the UI elements look better, I've hacked it in to show the result.

<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="*"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>

Before and After: