mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
parent
62cf7cbea2
commit
ba685b291f
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
||||||
layout.addTitle("Cache");
|
layout.addTitle("Cache");
|
||||||
layout.addDescription(
|
layout.addDescription(
|
||||||
"Files that are used often (such as emotes) are saved to disk to "
|
"Files that are used often (such as emotes) are saved to disk to "
|
||||||
"reduce bandwidth usage and tho speed up loading.");
|
"reduce bandwidth usage and to speed up loading.");
|
||||||
|
|
||||||
auto cachePathLabel = layout.addDescription("placeholder :D");
|
auto cachePathLabel = layout.addDescription("placeholder :D");
|
||||||
getSettings()->cachePath.connect([cachePathLabel](const auto &,
|
getSettings()->cachePath.connect([cachePathLabel](const auto &,
|
||||||
|
|
Loading…
Reference in a new issue