diff options
| author | BossCode45 <boss@tehbox.org> | 2025-05-06 18:00:13 +1200 |
|---|---|---|
| committer | BossCode45 <boss@tehbox.org> | 2025-05-06 18:00:13 +1200 |
| commit | ecc333d03abe308ce47c05345f8f90ae6a01b215 (patch) | |
| tree | 6aa4cc449bf9289c2ac8414931f8a536299c4490 /src/config.cpp | |
| parent | d1d4a63d4473cd4910b678cf5b385f622186fbd3 (diff) | |
| parent | bc9c5f43f5c8108c3d617716b2c3aeaf553a03e3 (diff) | |
| download | YATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.tar.gz YATwm-ecc333d03abe308ce47c05345f8f90ae6a01b215.zip | |
Merge branch 'nix'
Diffstat (limited to 'src/config.cpp')
| -rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 925e6ea..df8a43d 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -57,7 +57,7 @@ Config::Config(CommandsModule& commandsModule) commandsModule.addCommand("gaps", &Config::gapsCmd, 1, {NUM}, this); commandsModule.addCommand("outergaps", &Config::outerGapsCmd, 1, {NUM}, this); commandsModule.addCommand("logfile", &Config::logFileCmd, 1, {STR_REST}, this); - commandsModule.addCommand("addworkspace", &Config::addWorkspaceCmd, 2, {STR, NUM_ARR_REST}, this); + commandsModule.addCommand("addWorkspace", &Config::addWorkspaceCmd, 2, {STR, NUM_ARR_REST}, this); commandsModule.addCommand("swapmods", &Config::swapSuperAltCmd, 0, {}, this); } |
