package toggle var PHDEnabled bool func IsPDHEnabled() bool { return PHDEnabled }