MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

View on GitHub
src/main/utils/_initialSettings.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  'auto-launch': false,
  enableJSON_API: true,
  miniUseScrollVolume: false,
  minToTray: true,
  nativeFrame: (process.platform !== 'win32'),
  savePage: true,
  scrollLyrics: true,
  startMinimized: false,
  theme: false,
  themeColor: '#2196F3',
  themeType: 'FULL',
  themeTypeShouldTrackSystem: false,
  preventDisplaySleep: false,
  enableWin10MediaService: false,
  enableWin10MediaServiceTrackInfo: true,
  lastFMMapThumbToHeart: true,
  service: 'google-play-music',
  spoofUserAgent: true,
  viewYTMSwitch: true,
};