Liarr

Results 16 comments of Liarr

> 2. Delete historys manually > Reason: I don't need screen recording history but some people need it, so why not provide a delete button when the mouse cursor hover...

It's an issue about the theme config, so I guess you should submit it to the theme repo. But as I can see this configuration doesn't support multi-language yet so...

[如何同步博客文件如何多设备管理博客](https://gridea.dev/faq/#如何同步博客文件如何多设备管理博客)

> @LiarrDev 这个页面404了 作者更新了官网地址,新地址在这里:[如何同步博客文件(如何多设备管理博客)](https://open.gridea.dev/faq/#如何同步博客文件如何多设备管理博客)

[Gridea Web](https://web.gridea.dev) 也许是你想要的

> 能不能增加一个让悬浮窗隐藏和显示的功能,remove方法好像把悬浮窗都删掉了,add也是弄了个新的出来,想要旧的悬浮窗只需要初始化一次,后面仅仅显示和隐藏而已。 可以只初始化一次,然后直接对 View 做显示隐藏: ```Kotlin FloatingView.get().view.isVisible = false ```