Giter VIP home page Giter VIP logo

chatgpt-desktop-app-electron's Introduction

Hi ๐Ÿ‘‹ My name is Flavio Del Grosso

Senior Software Engineer

As a frontend engineer and JavaScript developer, I strive to create engaging and user-friendly digital experiences for clients and end-users. I take pride in staying up-to-date with the latest industry trends and technologies, and continually expanding my skill set to deliver innovative solutions that meet the evolving needs of the marketplace.

  • ๐ŸŒย  I'm based in Italy
  • ๐Ÿ–ฅ๏ธย  See my personal website at flaviodelgrosso.com
  • ๐Ÿง ย  I'm currently in love with learning Rust ๐Ÿฆ€

Some languages and technologies I use

My Skills

chatgpt-desktop-app-electron's People

Contributors

dependabot[bot] avatar flaviodelgrosso avatar mariogarridopt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chatgpt-desktop-app-electron's Issues

BUG: App sticks on dock

I like the way the app is kept on the tray but there is no reason to keep it on the dock at the same time.

Bug

The app stays on the dock

It looks like this is not the intended behavior because app.ts has the code:

if (process.platform === 'darwin') {
  app.setActivationPolicy('accessory');
  app.dock.hide();
}

Because of a bug on Electron app.dock.hide(); is not working: electron/electron#16093

A solution has been submitted to Electron using app.setActivationPolicy(): electron/electron#21983

Docs about setActivationPolicy are available here: https://www.electronjs.org/docs/latest/api/app#appsetactivationpolicypolicy-macos

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.