ahonn
ahonn
Okay, I know why, I need to select & right-click text to have context menu. What I actually want is the function triggered by the icon on the toolbar, right-click...
Indexing all profiles to the local database may not be very efficient. Perhaps we can consider retrieving profiles with the same prefix from Relay in real-time when entering text after...
Sounds good! I will consider adding this feature.
I created a PR: #191, which references https://github.com/Meridius-Labs/electron-liquid-glass and https://github.com/wailsapp/wails/pull/4534 to add support for the Liquid Glass effect.
Try fixing this issue by moving the webview into the contentView of glass view: https://github.com/ahonn/window-vibrancy/commit/3d96494355340b426e15a785431f70f8ccdcf778 It works for me.
> The reason why i didn't copy your changes into this repo yet is because i don't think we should have webview specific code here. If possible i'd rather expose...
Thanks for the suggestions! I've exposed a generic `content_view()` option instead. This keeps the crate framework-agnostic while still solving the layering issue. For the API style, I've converted options to...
@FabianLars I’ve addressed all the feedback. Please take another look when you get a chance.