Privacy window costumize #192
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Would be great to be possible to costumize privacy window
I'm surprised that no one has been willing to make a better, more polished version themselves.
你这个网站里的自定义固定密码有问题,编译出来的客户端固定密码不是我设定的。
先说答案,我认为固定密码场合通常是长期维护使用,所以软件需要安装后才能读取加密后的密码,如果你没有安装,是没办法使用固定密码的,设置密码的方式和这个仓库把密码写入custom_txt.文件不一样,custom_.txt 文件是base64编码,解码会获取到明文密码。 如果不想安装使用,请使用临时密码,或者可以考虑勾选使用简单临时密码+隐藏面板的组合,设置固定密码容易被杀软警告。最后是测试请使用干净的环境
I have added this feature into rdgen, I just tested it and it is working for me.
收到,感谢👍