mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Update logging parameters
This commit is contained in:
parent
727d4b82de
commit
5375850142
3 changed files with 20 additions and 6 deletions
|
|
@ -46,6 +46,18 @@ namespace CommonHelpers
|
|||
}
|
||||
}
|
||||
|
||||
public static bool IsProductionBuild
|
||||
{
|
||||
get
|
||||
{
|
||||
#if PRODUCTION_BUILD
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
public static void OnUninstall(Action action)
|
||||
{
|
||||
if (Uninstall)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue