mirror of
https://github.com/TermiT/Flycut.git
synced 2025-11-11 00:50:39 +08:00
Sticky Bezel disabled by default
This commit is contained in:
parent
6a4ab1d408
commit
4c6cbb59cb
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
@"menuIcon",
|
@"menuIcon",
|
||||||
[NSNumber numberWithFloat:.25],
|
[NSNumber numberWithFloat:.25],
|
||||||
@"bezelAlpha",
|
@"bezelAlpha",
|
||||||
[NSNumber numberWithBool:YES],
|
[NSNumber numberWithBool:NO],
|
||||||
@"stickyBezel",
|
@"stickyBezel",
|
||||||
[NSNumber numberWithBool:NO],
|
[NSNumber numberWithBool:NO],
|
||||||
@"wraparoundBezel",
|
@"wraparoundBezel",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue