diff --git a/src/gui/qt/gametable.ui b/src/gui/qt/gametable.ui
index c5d130a6..8453ac58 100644
--- a/src/gui/qt/gametable.ui
+++ b/src/gui/qt/gametable.ui
@@ -1780,7 +1780,7 @@
Kick
-
+
0
@@ -2714,7 +2714,7 @@
Chance
-
+
2
diff --git a/src/gui/qt/qttools/qthelper/qthelper.cpp b/src/gui/qt/qttools/qthelper/qthelper.cpp
index 452dad76..bad9865a 100644
--- a/src/gui/qt/qttools/qthelper/qthelper.cpp
+++ b/src/gui/qt/qttools/qthelper/qthelper.cpp
@@ -70,4 +70,10 @@ std::string QtHelper::getDataPathStdString(const char * /*argv0*/)
#endif
return (QDir::cleanPath(path) + "/").toUtf8().constData();
}
+// [01:09] doitux|mob, mach den pfad als define, und nur wenns nich gesetzt is wildes raten
+// [01:10] dann compilieren die distries mit -DDATAPTH="/usr/share/games/pokerth" o.รค.
+// [01:10] und du suchst eine liste ab:
+// [01:10] ist es in [/usr/share/pokerth, /usr/share/games/pokerth/, /usr/local/..., $PWD/data]
+
+