mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
3b51982c5d
Summary: BUG: 400262 https://bugs.kde.org/show_bug.cgi?id=400262 This puts a light rounded rectangle behind the logo, so the logo text is readable when using a dark theme. {F6451049} Test Plan: Open the about window (Application Menu -> About Falkon). Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: drosca, falkon, #falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D17307 |
||
---|---|---|
autotests | ||
cmake | ||
linux | ||
mac | ||
src | ||
tests | ||
themes | ||
windows | ||
.arcconfig | ||
.gitignore | ||
CHANGELOG | ||
CMakeLists.txt | ||
config.h.cmake | ||
COPYING | ||
README.md |
= Falkon Web Browser =
QtWebEngine web browser.
== Building ==
Falkon uses CMake, to build it run:
mkdir build && cd build
cmake ..
make