Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Fix: disk vendor-model information (Disk Details))
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Jan 27, 2022
1 parent cdb9aeb commit 423d4da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DiskDetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ def disk_details_initial_func():
# ----------------------------------- Disk - Disk Details Foreground Function -----------------------------------
def disk_details_loop_func():

global disk
global disk, pci_ids_output
disk = Disk.selected_disk # Get right clicked disk name
pci_ids_output = Disk.pci_ids_output

# Set Disk Details window title
window1301w.set_title(_tr("Disk Details") + ": " + disk) # Set window title
Expand Down

0 comments on commit 423d4da

Please sign in to comment.