GithubHelp home page GithubHelp logo

Comments (5)

ParthJadhav avatar ParthJadhav commented on July 30, 2024 2

Hey @youngkidwarrior , @toughyear , @valdemartti.

There's a fix for that implemented in the following repos:

https://github.com/ParthJadhav/Verve
https://github.com/kgoedecke/promptclip

I'll try to create a PR for the same in this repo.

GitHub
Verve is a lightweight and blazingly fast launcher for accessing and opening applications, files and documents. ⚡ - GitHub - ParthJadhav/Verve: Verve is a lightweight and blazingly fast launcher fo...
GitHub
🤖 A prompt manager for MacOS built with Tauri ♉️. Contribute to kgoedecke/promptclip development by creating an account on GitHub.

from commit.

valdemartti avatar valdemartti commented on July 30, 2024 1

Seems you've implemented something similar already, which works fine in dev mode. Odd that it hasn't been fixed in Tauri yet, as the issue has been open since Aug 2021.

from commit.

valdemartti avatar valdemartti commented on July 30, 2024

With Electron, this can be accomplished with the following adjustments:

app.dock.hide()
mainWindow.setAlwaysOnTop(true, "screen-saver")
mainWindow.setVisibleOnAllWorkspaces(true)

In AppKit, this can be accomplished by settings NSWindow.level to screenSaver.

This doesn't solve the problem for a Tauri app, but can give a general direction on what to pursue. I'll have a look if I can find any real solutions for this!

from commit.

toughyear avatar toughyear commented on July 30, 2024

Is there a fix for this in prod app?

from commit.

youngkidwarrior avatar youngkidwarrior commented on July 30, 2024

Is there a fix for this in prod app?

As of now... no

from commit.

Related Issues (7)

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.