aboutsummaryrefslogtreecommitdiff
path: root/src/aoapplication.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-12-18 22:41:45 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2021-12-18 22:41:45 -0600
commitecfb791e483234308b1edacb87e499860a63e510 (patch)
tree0be2906d57ba9d1338e73422a1800724df46e0e7 /src/aoapplication.cpp
parentb0e9f8dbe57df5e688d9583987d7e378eebd72b4 (diff)
Roll back unintended changes
Diffstat (limited to 'src/aoapplication.cpp')
-rw-r--r--src/aoapplication.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp
index f516be38..3d37c32f 100644
--- a/src/aoapplication.cpp
+++ b/src/aoapplication.cpp
@@ -16,7 +16,6 @@ AOApplication::AOApplication(int &argc, char **argv) : QApplication(argc, argv)
net_manager = new NetworkManager(this);
discord = new AttorneyOnline::Discord();
- qApp->setStyleSheet("QFrame {background-color:transparent;} QAbstractItemView {background-color: transparent; color: black;}; QLineEdit {background-color:transparent;}");
asset_lookup_cache.reserve(2048);
}