mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	configure_general: Swap positions of speed limit and frame limit options
This commit is contained in:
		@@ -24,6 +24,36 @@
 | 
				
			|||||||
       <layout class="QHBoxLayout" name="GeneralHorizontalLayout">
 | 
					       <layout class="QHBoxLayout" name="GeneralHorizontalLayout">
 | 
				
			||||||
        <item>
 | 
					        <item>
 | 
				
			||||||
         <layout class="QVBoxLayout" name="GeneralVerticalLayout">
 | 
					         <layout class="QVBoxLayout" name="GeneralVerticalLayout">
 | 
				
			||||||
 | 
					          <item>
 | 
				
			||||||
 | 
					            <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
				
			||||||
 | 
					              <item>
 | 
				
			||||||
 | 
					                <widget class="QLabel" name="fps_cap_label">
 | 
				
			||||||
 | 
					                  <property name="text">
 | 
				
			||||||
 | 
					                    <string>Framerate Cap</string>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                  <property name="toolTip">
 | 
				
			||||||
 | 
					                    <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                </widget>
 | 
				
			||||||
 | 
					              </item>
 | 
				
			||||||
 | 
					              <item>
 | 
				
			||||||
 | 
					                <widget class="QSpinBox" name="fps_cap">
 | 
				
			||||||
 | 
					                  <property name="suffix">
 | 
				
			||||||
 | 
					                    <string>x</string>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                  <property name="minimum">
 | 
				
			||||||
 | 
					                    <number>1</number>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                  <property name="maximum">
 | 
				
			||||||
 | 
					                    <number>1000</number>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                  <property name="value">
 | 
				
			||||||
 | 
					                    <number>500</number>
 | 
				
			||||||
 | 
					                  </property>
 | 
				
			||||||
 | 
					                </widget>
 | 
				
			||||||
 | 
					              </item>
 | 
				
			||||||
 | 
					            </layout>
 | 
				
			||||||
 | 
					          </item>
 | 
				
			||||||
          <item>
 | 
					          <item>
 | 
				
			||||||
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
					           <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
				
			||||||
            <item>
 | 
					            <item>
 | 
				
			||||||
@@ -51,36 +81,6 @@
 | 
				
			|||||||
            </item>
 | 
					            </item>
 | 
				
			||||||
           </layout>
 | 
					           </layout>
 | 
				
			||||||
          </item>
 | 
					          </item>
 | 
				
			||||||
          <item>
 | 
					 | 
				
			||||||
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
					 | 
				
			||||||
            <item>
 | 
					 | 
				
			||||||
             <widget class="QLabel" name="fps_cap_label">
 | 
					 | 
				
			||||||
              <property name="text">
 | 
					 | 
				
			||||||
               <string>Framerate Cap</string>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
              <property name="toolTip">
 | 
					 | 
				
			||||||
                <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
             </widget>
 | 
					 | 
				
			||||||
            </item>
 | 
					 | 
				
			||||||
            <item>
 | 
					 | 
				
			||||||
             <widget class="QSpinBox" name="fps_cap">
 | 
					 | 
				
			||||||
              <property name="suffix">
 | 
					 | 
				
			||||||
               <string>x</string>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
              <property name="minimum">
 | 
					 | 
				
			||||||
               <number>1</number>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
              <property name="maximum">
 | 
					 | 
				
			||||||
               <number>1000</number>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
              <property name="value">
 | 
					 | 
				
			||||||
               <number>500</number>
 | 
					 | 
				
			||||||
              </property>
 | 
					 | 
				
			||||||
             </widget>
 | 
					 | 
				
			||||||
            </item>
 | 
					 | 
				
			||||||
           </layout>
 | 
					 | 
				
			||||||
          </item>
 | 
					 | 
				
			||||||
          <item>
 | 
					          <item>
 | 
				
			||||||
           <widget class="QCheckBox" name="use_multi_core">
 | 
					           <widget class="QCheckBox" name="use_multi_core">
 | 
				
			||||||
            <property name="text">
 | 
					            <property name="text">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user