Skip to content

Commit

Permalink
Change gitmodules to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Aug 17, 2024
1 parent 122df60 commit a24a775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "imgui"]
path = imgui
url = git@github.com:ocornut/imgui
url = https://github.com/ocornut/imgui
[submodule "detours"]
path = detours
url = git@github.com:microsoft/detours
url = https://github.com/microsoft/detours
[submodule "fmt"]
path = fmt
url = git@github.com:fmtlib/fmt
url = https://github.com/fmtlib/fmt
[submodule "toml11"]
path = toml11
url = git@github.com:ToruNiina/toml11
url = https://github.com/ToruNiina/toml11
2 changes: 1 addition & 1 deletion ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class UI {
{true, "Ignore UI input when hidden",
"Ignore mouse and keyboard commands\nwhen UI is hidden with F10."}},
{"ui_ignore_cheats",
{false, "Disable cheats when when hidden",
{false, "Disable cheats when hidden",
"Disables all cheats temporarily\nwhen UI is hidden with F10."}},
{"ui_viewports",
{false, "Multi-viewports",
Expand Down

0 comments on commit a24a775

Please sign in to comment.