mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 06:21:00 +00:00
14 lines
245 B
C++
14 lines
245 B
C++
|
|
# Dummy pref to always generate StaticPrefs_zen.h in every OS
|
|
- name: zen.browser.is-cool
|
|
type: bool
|
|
value: true
|
|
mirror: never
|
|
|
|
#ifdef XP_MACOSX
|
|
- name: zen.widget.macos.window-material
|
|
type: uint32_t
|
|
value: 1
|
|
mirror: always
|
|
#endif
|