-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Lock option #51
Comments
Hey, did some research, doesn't seem to be very difficult to implement this feature. Will throw snippet here for later: ` public const int WS_EX_TRANSPARENT = 0x00000020;
|
If not absolute necessary I would stay away from importing unsecure win32 code. E.g. if you ever plan to put the app on the store, it will be rejected. |
I'm not very keen on adding more options to YAPA, it already looks like space ship control panel... |
it already looks like space ship control panel...
Love it :) In headline we have "minimalistic", don't we? :)
18.08.2017 14:47 "Šarūnas" <[email protected]> napisał(a):
I'm not very keen on adding more options to YAPA, it already looks like
space ship control panel...
For YAPA 2.0, we should add this as plugin, so we can easily remove it if
needed.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABYsl3IijJUlRZ_8r2oT1WJqajZpzcyRks5sZYfRgaJpZM4O1lka>
.
|
I don't see how it looks like a spaceship control panel. It barely offers any options or features. But whatever works. Plugins sound good too ( although I'd argue a plug-in would detract from being minimalistic). I just think the timer shouldn't be blocking mouse clicks all the time. |
I'd like to have a lock feature disabling clicking (mouse clicks pass trough) and moving the visual timer.
Additionally if I hover over when locked it should go fully transparent.
Unlocking/Locking can be set by right clicking the icon in the taskbar as additional options.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: