diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/main.cpp b/linux/main.cpp index b28ad84d14..c49957349e 100644 --- a/linux/main.cpp +++ b/linux/main.cpp @@ -81,7 +81,7 @@ int main(int argc, char *argv[]) { // Load style if (style.empty()) - style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v5.json"); + style = std::string("file://") + uv::cwd() + std::string("/../../styles/styles/bright-v6.json"); map.setStyleURL(style); |