mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-18 03:02:07 +00:00
chore: set gtk application name for linux
This commit is contained in:
@@ -119,6 +119,11 @@ int main(int argc, const char** argv)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
g_set_prgname("OpenAssetTools-ModMan");
|
||||
g_set_application_name("OpenAssetTools ModMan");
|
||||
#endif
|
||||
|
||||
ModManArgs args;
|
||||
auto shouldContinue = true;
|
||||
if (!args.ParseArgs(MODMAN_ARGC, MODMAN_ARGV, shouldContinue))
|
||||
|
||||
Reference in New Issue
Block a user