Mladen Pejaković
Mladen Pejaković
- [ ] #1235 _Customizable tabbar positioning_ - [ ] #1238 _Tab grouping_ - [x] #1221 _Min and max tab width_ - [ ] #1128 _LRU tab switching order_ -...
Perhaps there is a way to emulate Opera's "Fit to width" feature (picture attached). From the QtTestBrowser's source code: ``` void WebViewGraphicsBased::setResizesToContents(bool b) { if (b == m_resizesToContents) return; m_resizesToContents...
Please add option to separate contacts on per account basis. Also, an easier way to display/hide offline contacts should be available. Thanks!
Hi. PlayStore version of your app is at 1.7.2, while the code here is only at 1.5.0 and haven't been touched for 8 months. Are you planning to update anytime...
Lightning Browser has nice feature: left sidebar is reserved for tabs and „add new tab“ button: https://mediacru.sh/gCRomi9Y44LI while the right sidebar holds bookmarks. Please add something like this in Lucid...
Compiled apk is at 1 MB while installed size is almost 2,5 MB. Since some of us have low end phones with limited disk space, this size for a simple\*...
Currently, this applet does not report the temp of a nvme disk. Perhaps it is possible to add NVMe temperature monitor using the nvme-cli tool.
Please add tune2fs into your busybox build, and set `CONFIG_FEATURE_BLKID_TYPE` option. Those are needed for Mounts2SD. Thanks. :)