diff --git a/saoriconfiguredialog.ui b/saoriconfiguredialog.ui
index f879109..a1f2663 100644
--- a/saoriconfiguredialog.ui
+++ b/saoriconfiguredialog.ui
@@ -58,6 +58,16 @@
          </property>
         </widget>
        </item>
+       <item row="3" column="0">
+        <widget class="QLabel" name="label_4">
+         <property name="text">
+          <string>Maximum number of entries to show:</string>
+         </property>
+        </widget>
+       </item>
+       <item row="3" column="1">
+        <widget class="QSpinBox" name="spinBox_entriesCount"/>
+       </item>
       </layout>
      </widget>
     </widget>
diff --git a/saoridef.h b/saoridef.h
index a9d84d0..0103252 100644
--- a/saoridef.h
+++ b/saoridef.h
@@ -52,6 +52,8 @@
 #define SAORI_SETTING_NSFWBLUR_DEFAULT true
 #define SAORI_SETTING_RELOADINT "application/reloadinterval"
 #define SAORI_SETTING_RELOADINT_DEFAULT 5
+#define SAORI_SETTING_SHOWENTRIES "application/showentries"
+#define SAORI_SETTING_SHOWENTRIES_DEFAULT 100
 
 
 #endif // SAORIDEF_H