Skip to content

Commit

Permalink
Some tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ic005k committed Oct 8, 2024
1 parent 7e6aad7 commit 8011d6c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,4 @@ __pycache__/
*.pyc
src/syncocdialog.ui.autosave
build/
src/mainwindow.ui.autosave
2 changes: 2 additions & 0 deletions src/Method.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ void Method::updateOpenCore() {
QString file = filename;
QStringList list = file.split("-");
QString ver;

if (list.count() == 3) {
ver = list.at(1);
}
Expand All @@ -687,6 +688,7 @@ void Method::updateOpenCore() {
Reg.setValue("ocVerDev", ver);
ocVerDev = ver;
}

mw_one->changeOpenCore(blDEV);
mw_one->dlgSyncOC->writeCheckStateINI();
mw_one->dlgSyncOC->init_Sync_OC_Table();
Expand Down
8 changes: 4 additions & 4 deletions src/aboutdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -39,7 +39,7 @@
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand All @@ -54,7 +54,7 @@
<item row="1" column="1">
<widget class="QLabel" name="lblVersion">
<property name="text">
<string>TextLabel</string>
<string>Version</string>
</property>
</widget>
</item>
Expand All @@ -68,7 +68,7 @@
<item row="0" column="2">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
Expand Down
6 changes: 1 addition & 5 deletions src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11604,13 +11604,9 @@ Note: The reason this quirk cannot replace the kernel driver is because it canno
<item>
<widget class="QTableWidget" name="table_uefi_Unload">
<property name="columnCount">
<number>5</number>
<number>1</number>
</property>
<column/>
<column/>
<column/>
<column/>
<column/>
</widget>
</item>
<item>
Expand Down

0 comments on commit 8011d6c

Please sign in to comment.