mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-24 21:44:52 +00:00
fix: wivrn documentation link
This commit is contained in:
parent
8341183820
commit
477ec75b11
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ impl SimpleComponent for WivrnConfEditor {
|
|||
set_content: pref_page = &adw::PreferencesPage {
|
||||
set_hexpand: true,
|
||||
set_vexpand: true,
|
||||
set_description: "<b>Warning</b>: you likely don't need to change the default configuration, this is for advanced users only. Proceed at your own risk!\n\n<a href=\"https://github.com/Meumeu/WiVRn/blob/master/docs/configuration.md\">WiVRn Configuration Documentation</a>",
|
||||
set_description: "<b>Warning</b>: you likely don't need to change the default configuration, this is for advanced users only. Proceed at your own risk!\n\n<a href=\"https://github.com/WiVRn/WiVRn/blob/master/docs/configuration.md\">WiVRn Configuration Documentation</a>",
|
||||
add: scalegrp = &adw::PreferencesGroup {
|
||||
set_title: "Scale",
|
||||
set_description: Some(concat!("Foveation scale, 1.0 means no foveation. ",
|
||||
|
|
Loading…
Add table
Reference in a new issue