mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-27 01:40:22 -05:00
opt: optimize option name transparent_wlr_lock to allow_lock_transparent
This commit is contained in:
parent
66bf6d5cff
commit
7c7a9437e6
3 changed files with 7 additions and 7 deletions
|
|
@ -3576,7 +3576,7 @@ void pending_kill_client(Client *c) {
|
|||
void locksession(struct wl_listener *listener, void *data) {
|
||||
struct wlr_session_lock_v1 *session_lock = data;
|
||||
SessionLock *lock;
|
||||
if (!transparent_wlr_lock) {
|
||||
if (!allow_lock_transparent) {
|
||||
wlr_scene_node_set_enabled(&locked_bg->node, true);
|
||||
}
|
||||
if (cur_lock) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue