File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,12 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
1313 "bring_back_oof" : false ,
1414 "discord_rpc_enabled" : true ,
1515 "enable_hidpi" : false ,
16- "fflags" : null ,
16+ "fflags" : {
17+ "FFlagExample" : true
18+ },
1719 "server_location_indicator_enabled" : false ,
1820 "touch_mode" : " off" ,
21+ "use_libsecret" : false ,
1922 "use_opengl" : false
2023}
2124```
@@ -29,4 +32,5 @@ To open the configuation file, open a text editor to `~/.var/app/org.vinegarhq.S
2932| ` fflags ` | a section for inputting additional FFlags to use advanced features | - |
3033| ` server_location_indicator_enabled ` | shows a popup of the location of the server you are connected | ` false ` |
3134| ` touch_mode ` | enables touchscreen controls | ` "off" ` |
35+ | ` use_libsecret ` | allows users to store the login cookie securely (** EXPERIMENTAL** ) | ` false ` |
3236| ` use_opengl ` | use OpenGL instead of default Vulkan graphics API | ` false ` |
You can’t perform that action at this time.
0 commit comments